By nchenga | Published: July 1, 2008
(for future reference) To remove a tag and file: cvs tag -d "tagname" filename cvs remove -f filename cvs commit -m "message" filename To tag an entire folder: cvs tag -F "tagname" foldername I started using command line cvs more frequently. These are reminders for myself. In addition to the cvs help.
Posted in tech | Also tagged cheatsheet
By nchenga | Published: February 26, 2008
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 [...]
Posted in marketing, tech | Also tagged cheat sheet, svn
More CVS commands for humble MarComm folks