Concurrent Versions System for tracking code changes and managing versions.
Version control system
cvs$ cvs -d :pserver:user@server:/cvsroot checkout projectname$ cvs commit -m 'Fixed bug in login module' file.c$ cvs update$ cvs log file.c$ cvs status