Revision control
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 …
Backup of files in the directory.
2011/12/01
I was working on some scripts and the changes that I was making in the scripts was very dynamic, which I did want to keep backing up in the version control system. But for the peace of my mind, I …