Concurrent Versions System
cvs add files recursively – not already in repository
2013/11/12
When you have a lot of files in some repository and you have added a couple of new, in CVS there is no command to add just the new ones to the repository, so here is a workaround for that. cvs status …
viewvc – serve current directory in web interface.
2013/02/18
Here is the description of viewvc: […] ViewVC is a browser interface for CVS and Subversion version control repositories. It generates templatized HTML to present navigable directory, revision, …
meld – cvs diff with ease
2012/10/17
There are couple of ways to make life easier with CVS diff. But here is one that is really good. First if you haven’t, install meld: sudo yum install meld meld is basically a diff viewer and pretty …
Ignore CVS and svn directories in bash autocompletion.
2012/07/07
CVS and SVN directories are something that really cause lot of un-necessary nuisance. So, simple solution just ignore them 🙂