commitrc 2.02 review

Download
by rbytes.net on

commitrc is a tool to put your /etc files (and the like) under cvs/svn. It is useful to see diff in /etc/passwd, routing information

License: GPL (GNU General Public License)
File size: 30K
Developer: Xavier Renaut
0 stars award from rbytes.net

commitrc is a tool to put your /etc files (and the like) under cvs/svn.

It is useful to see diff in /etc/passwd, routing information, dns zones, to keep an history of what happened to the box. commitrc project is also a safe backup of configs when tweaking software behavior.

Usage:

to add a file : $ cd /etc ; commitrc fstab
to commit all files (wherever you are) $ commitrc
to diff : $ commitrc diff (wherever you are)
to commitrc a specific file already added to cvs : $ commitrc ci fstab
to remove 2 files from cvs ; $ commitrc rm fstab passwd
to know which files are missing from cvs
commitrc missing print files in current directory which are not in commitrc
commitrc missing ls list files in current directory which are not in commitrc
commitrc ls < ls >
list files in current directory which are in commitrc
updatec, commitc, diffc : to update, commit, diff common stock (including commitrc)
it can be used with trac when using svn : http://projects.edgewall.com/trac/wiki/TracDownload

What's New in This Release:
added commitrc ls

commitrc 2.02 keywords