The CVS (Concurrent Versions System) tools http://www.nongnu.org/cvs/
Go to file
2024-01-05 21:37:27 +01:00
cvs-1.12.12-can_2005_2693.patch rebuilt with libopenssl 0.9.8 [release 1.12.13-3mamba;Fri Oct 16 2009] 2024-01-05 21:37:27 +01:00
cvs-pam rebuilt with libopenssl 0.9.8 [release 1.12.13-3mamba;Fri Oct 16 2009] 2024-01-05 21:37:27 +01:00
cvs.spec automatic rebuild by autodist [release 1.12.13-5mamba;Sat May 24 2014] 2024-01-05 21:37:27 +01:00
cvspserver-xinetd rebuilt with libopenssl 0.9.8 [release 1.12.13-3mamba;Fri Oct 16 2009] 2024-01-05 21:37:27 +01:00
README.md rebuilt with libopenssl 0.9.8 [release 1.12.13-3mamba;Fri Oct 16 2009] 2024-01-05 21:37:27 +01:00

cvs

Concurrent Versions System (CVS) is a version control system which can record the history of your files (usually, but not always, source code). CVS only stores the differences between versions, instead of every version of every file you've ever created. CVS also keeps a log of who, when and why changes occurred.

CVS is very helpful for managing releases and controlling the concurrent editing of source files among multiple authors. Instead of providing version control for a collection of files in a single directory, CVS provides version control for a hierarchical collection of directories consisting of revision controlled files. These directories and files can then be combined together to form a software release.