mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-21 02:24:06 -04:00
6 lines
323 B
Plaintext
6 lines
323 B
Plaintext
CVS is a version control system, which allows you to keep old versions
|
|
of files (usually source code), keep a log of who, when, and why
|
|
changes occurred, etc., like RCS or SCCS. It handles multiple
|
|
developers, multiple directories, triggers to enable/log/control
|
|
various operations, and can work over a wide area network.
|