::agustin@valgoma.net::

CVS Reference Sheet

CVS (Concurrent Versions System) is used to track changes to multiple versions of files, and it can be used to backtrack or branch off versions of documents inside the scope of a project. CVS is also used to prevent or resolve conflicting entries or changes to source code files by numerous developers.

This short CVS reference sheet is based on the excellent book "Open Source Development with CVS" by Karl Fogel.

Other sources: "The open standar for version control"


agustin@valgoma.net