Source Code Control System

From Wikipedia, the free encyclopedia

Source Code Control System (SCCS) was the first source code revision control system. It was originally developed at Bell Labs in 1972 by Marc J. Rochkind for an IBM System/370 computer running OS/MVT. It was later ported to a PDP-11 running UNIX. Subsequently, SCCS was included in several UNIX distributions. The SCCS command set is now part of the Single UNIX Specification.

SCCS was the dominant version control system until the release of the Revision Control System. Today, SCCS is generally considered obsolete. However, its file format is still used internally by a few other revision control programs, including BitKeeper and TeamWare. Sablime[1] also allows the use of SCCS files. The SCCS file format uses a storage technique called interleaved deltas (or the weave). This storage technique is now considered by many revision control system developers as key to some advanced merging techniques, such as the "Precise Codeville" ("pcdv") merge.

[edit] Early UNIX Systems that included SCCS

[edit] References

[edit] External links

In other languages