- Sun WorkShop TeamWare
Sun WorkShop TeamWare (later Forte TeamWare, then Forte Code Management Software) is a distributed
source code revision control system made bySun Microsystems . Last available as part of the Forte Developer 6 update 2 product, TeamWare is no longer being offered for sale, [cite web
url = http://www.sun.com/software/sundev/previous/developer/faq/teamware.html
title = Sun Studio Documentation
accessdate = 2008-02-14
publisher = Sun Microsystems] and is not part of the Sun Studio product.TeamWare's largest deployment is inside Sun itself, where (bar a few exceptions) at one point it was the only VCS used. TeamWare has been used to manage Sun's largest source trees, including those for the
Solaris operating system and the Java system, but as part of the process of converting those code bases toopen source communities, they are being 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 sophisticated hierarchy of source repositories, and allows atomic updates of multiple files, features found in later version-control systems such as Subversion and
Perforce . TeamWare allowsdistributed 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 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.Larry McVoy was the designer of TeamWare. [cite web
url = http://bitkeeper.com/Company.Founders.html
title = BitKeeper Company Founders
accessdate = 2008-03-19
publisher = BitKeeper, Inc.] TheBitKeeper version control system, also designed by McVoy, shares a number of design concepts with the earlier TeamWare. Evan Adams was the architectural lead for TeamWare. [cite web
url = http://www.usenix.org/publications/library/proceedings/bos94/full_papers/adams.a
title = The Old Man and the C
accessdate = 2008-03-19
publisher = USENIX ASSOCIATION]References
External links
* [http://docs.sun.com/source/806-3573/intro.html Introduction to Sun WorkShop TeamWare]
Wikimedia Foundation. 2010.