~/index ¦ ~/archives > Category: CVS

CVS

CVS is a version control system, an important component of Source Configuration Management (SCM). Using it, you can record the history of sources files, and documents. It fills a similar role to the free software RCS, PRCS, and Aegis packages.

Init

sudo apt install cvs

Run

touch foo
cvs add …

$ echo "2000-2026 d4n1. MIT License."