Revision Control System, one of the grand daddies of them all. I still use it because its simple and does not have a network interface. Actually, I don’t use it anymore, because it is not a network solution.

Links

rcs -i creates the repo, rcs -l will turn locking on, ci -l checks the file in. If locking is not on, no version message is prompted. If locking is not on, the file if checked in is deleted from the home directory. rlog will display the version history. So


cat $file | rcs -l | ci

$Header$ is an omnibus with most of what one needs and $Log$  displays the log messages.

I need to experiment with the $Revision$ keyword, can this be subsituted into code.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.