cvs

Concurrent Versions System for tracking code changes and managing versions.

brewmacoslinux
Try with needOr install directly
Source

About

Version control system

Commands

cvs

Examples

check out a project from a remote repository$ cvs -d :pserver:user@server:/cvsroot checkout projectname
commit changes to files with a message$ cvs commit -m 'Fixed bug in login module' file.c
update local files to latest version from server$ cvs update
view change history and who modified each line$ cvs log file.c
see what files have been modified locally$ cvs status