TeamWare
   HOME

TheInfoList



OR:

Sun WorkShop TeamWare (later Forte TeamWare, then Forte Code Management Software) is a distributed
source code In computing, source code, or simply code, is any collection of code, with or without comments, written using a human-readable programming language, usually as plain text. The source code of a program is specially designed to facilitate the w ...
revision control In software engineering, version control (also known as revision control, source control, or source code management) is a class of systems responsible for managing changes to computer programs, documents, large web sites, or other collections o ...
system made by Sun Microsystems. It was first announced in November 1992 as SPARCworks/TeamWare and ProWorks/TeamWare and made commercially available in 1993. Last available as part of the Forte Developer 6 update 2 product, TeamWare is no longer being offered for sale, and is not part of the
Sun Studio Sun Studio is a recording studio opened by rock-and-roll pioneer Sam Phillips at 706 Union Avenue in Memphis, Tennessee, on January 3, 1950. It was originally called Memphis Recording Service, sharing the same building with the Sun Records label ...
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 Java (; id, Jawa, ; jv, ꦗꦮ; su, ) is one of the Greater Sunda Islands in Indonesia. It is bordered by the Indian Ocean to the south and the Java Sea to the north. With a population of 151.6 million people, Java is the world's mos ...
, 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 Mercurial is a distributed revision control tool for software developers. It is supported on Microsoft Windows and Unix-like systems, such as FreeBSD, macOS, and Linux. Mercurial's major design goals include high performance and scalability, d ...
. 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 Perforce, legally Perforce Software, Inc., is an American developer of software used for developing and running applications, including version control software, web-based repository management, developer collaboration, application lifecycle man ...
. TeamWare allows
distributed development A distributed development project is a research and development (R&D) project that is done across multiple business worksites or locations. It is a form of R&D where the project members may not see each other face to face, but they are all worki ...
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 Server may refer to: Computing *Server (computing), a computer program or a device that provides functionality for other programs or devices, called clients Role * Waiting staff, those who work at a restaurant or a bar attending customers and su ...
) 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. Glenn Skinner was the inventor of ''smoosh'' and
Larry McVoy Larry McVoy (born 1962 in Concord, Massachusetts, United States) is the CEO of BitMover, the company that makes BitKeeper, a version control system that was used from February 2002 to early 2005 to manage the source code of the Linux kernel. ...
authored ''smoosh'', a tool to merge SCCS files, which is said to be a precursor to TeamWare. The
BitKeeper BitKeeper is a software tool for distributed revision control of computer source code. Originally developed as proprietary software by BitMover Inc., a privately held company based in Los Gatos, California, it was released as open-source softwar ...
version control system, designed by McVoy, shares a number of design concepts with the earlier TeamWare.


References


External links


Sun WorkShop TeamWare 6 User's Guide
May 2000
SPARCworks/TeamWare ProWorks/TeamWare Users Guide
1995 {{Version control software Proprietary version control systems Sun Microsystems software Discontinued version control systems