rcsedit

I've had this little script laying around for awhile that I use as a wrapper for RCS to check out a group of files in one batch, edit them all, and commit them. So I setup repository for rcsedit in case others want to try it out.

It should be pretty easy to try out, just:

wget http://svn.silfreed.net/rcsedit/trunk/rcsedit

Should get you the script to use. I typically install it to /usr/local/bin. It will use your default \$EDITOR if you have one defined, otherwise it will use vim. If the files exist it will check them all out (or only the ones that exist), edit them, and commit them as one batch (allows you to enter a log message once for all changes).

Let me know if you can think of any improvements.

links

social