Sun WorkShop TeamWare

Sun WorkShop TeamWare (later Forte TeamWare, then Forte Code Management Software) is a distributed source code revision control system made by Sun Microsystems. Last available as part of the Forte Developer 6 update 2 product, TeamWare is no longer being offered for sale,[1] and is not part of the Sun Studio product.

TeamWare's largest deployment was inside Sun itself, where (bar a few exceptions) at one point it was the only VCS used. TeamWare had been used to manage Sun's largest source trees, including those for Solaris and Java, but as part of the process of converting those code bases to open source communities, they were moved to newer revision control systems such as Mercurial.

TeamWare features a number of advanced features not found in earlier version control systems like RCS and CVS. In particular, it features a hierarchy of source repositories, and allows atomic updates of multiple files, features found in later version-control systems such as Subversion and Perforce. TeamWare allows distributed development by copying a repository to another which might reside on another machine or network. Developers can then commit changes to the local copy of the repository, periodically integrating accumulated changes in the local repository back into the original repository.

TeamWare is implemented as a layer over the older SCCS, which is used to track changes to individual files. TeamWare works only by a system of files accessed by client programs (interacting without a server) and most distributed users of a repository access it by means of a mounted networked filesystem such as NFS.

Evan Adams was the architectural lead for TeamWare.[2] Glenn Skinner was the inventor of smoosh[3] and Larry McVoy authored smoosh, a tool to merge SCCS files,[4] which is said to be a precursor to TeamWare.[5] The BitKeeper version control system, designed by McVoy, shares a number of design concepts with the earlier TeamWare.

References

  1. "Sun Studio Documentation". Sun Microsystems. Retrieved 2008-02-14.
  2. "The Old Man and the C". USENIX ASSOCIATION. Retrieved 2008-03-19.
  3. http://www.google.com/patents/US5481722 U.S. patent 5,481,722
  4. "Smoosh - a tool for merging related SCCS s-files". BitKeeper, Inc. Retrieved 2010-01-13.
  5. "Opensolaris-discuss list message". Casper Dik. Retrieved 2010-01-13.

External links

This article is issued from Wikipedia - version of the 9/17/2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.