Source: The Free On-line Dictionary of Computing (26 July 2010)
source code management
code management
The use of software systems to help program developers keep
track of version history of source codemodules as well as
releases, parallel versions (code branches), etc. There are
several in popular use, the free CVS being the best known.
Perforce is a powerful commercial product. SCCS was once
popular on Unix and VSS is Microsoft's offereing.
(2006-11-20)