TeamWare

From Wikipedia, the free encyclopedia

Teamware is a registered trademark of Teamware Group Oy.

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 line, TeamWare is no longer being offered for sale[1], and is not part of the Sun ONE Studio product.

TeamWare's largest deployment is inside Sun itself, where (bar a few exceptions) it is the only VCS used. TeamWare is used to manage Sun's largest source trees, including those for the Solaris operating system and the Java system.

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

TeamWare is implemented as a layer over the older SCCS system, 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.

During his tenure at Sun, Larry McVoy was the architectural lead on TeamWare. The BitKeeper version control system, also designed by McVoy, shares a number of design concepts with the earlier TeamWare.

[edit] External links