Tag Archives: cvs
Marketer’s Cheat Sheet for cvs and svn?
At work we use cvs and subversion for version control, light years better than Visual SourceSafe.
I’m trying to extend my active command line knowledge of cvs and svn… Remember I’m a low and humble marketer / content developer / writer.
Regular commands I use:
cvs update
cvs commit -m "message" filename
cvs tag -F "tagname" filename
cvs update -dPr tagname [...]






More CVS commands for humble MarComm folks