Home   Notes   Contact Me

CVS


ssh, over, via command line


Common Activities

CommandDescription
cvs commit filename
cvs add filename
cvs add -kb filename add binary
?? cvs add -ktfilename add text? (default?)
cvs checkout project_name
cvs diff filename
cvs log filename
cvs tag filename
cvs -q update -PAd Get new stuff, reset sticky flags

Tag Stuff

cvs annotate file_name

Who Did What

cvs annotate file_name

Binary, switching an already checked in file to

Note: You must do an update after this to see the change in WinCVS.

cvs admin -kb file_name

cvs admin is recursive, so cvs admin -kb * will recursively change all the files in a directory tree.


Keyword Substitution

Keywords