CVS
From Ece
NAVIGATE TO :Subversion
Concurrent Versions System, an open-source, network-transparent program that allows developers to keep track of different development versions of source code. CVS does not maintain multiple versions of source code files but keeps a single copy and records of all of the changes that are made. When a developer wants a particular development version of a file, CVS will reconstruct that version based on its record
Good Introduction and Documentation for CVS http://www.nongnu.org/cvs/
Useful website's to know more about CVS
http://ximbiot.com/cvs/wiki/index.php?title=CVS--Concurrent_Versions_System_v1.12.12.1:_The_Repository
http://www.cs.utah.edu/dept/old/texinfo/cvs/cvs_toc.html
http://www.csc.calpoly.edu/~dbutler/tutorials/winter96/cvs/
http://www.cyclic.com/cvs/info.html




