|
|
CVS is the Concurrent Versions System, the dominant open-source network-transparent version control system. (Taken from http://www.cvshome.org/) More information can be found in: Homepage of Concurrent Versions System A Free CVS Book
Concurrent Versions System (CVS) is a program that lets a code developer save and retrieve different development versions of source code. It also lets a team of developers share control of different versions of files in a common repository of files.
CVS) A common document management system used by the LDP.
See CVS.
The Concurrent Versions System (CVS), also known as the Concurrent Versioning System, originally invented and developed by Dick Grune in the 1980's implements a version control system: it keeps track of all work and all changes in a set of files, typically the implementation of a software project, and allows several (potentially widely separated) developers to collaborate. CVS has become popular in the free software and open-source worlds. CVS is released under the GNU General Public License.
|