- cvs checkout "repository name" or cvs co "repository name"
- cvs commit -- save all the changes you made
- cvs update -- get latest changes
- cvs status -- see if file is locally modified, et al
- cvs log -- see history of changes
- cvs add -- add a file
- cvs remove -- take file out of CVS
- cvs diff -- see differences between revisions
- branching -- beyond today's scope
NEXT
PREVIOUS