cvs

Concurrent Versions System for source code version control

brewmacoslinux
Try with needOr install directly
Source

About

Version control system

Commands

cvs

Examples

Check out a module from a CVS repository$ cvs -d :pserver:user@host:/cvsroot checkout modulename
Commit changes to the repository with a message$ cvs commit -m 'Bug fix: resolved issue #123' file.c
Update local files to the latest version from repository$ cvs update -d