Linux.com

Use RCS instead

Posted by: suso_banderas on March 08, 2006 11:20 PM
CVS doesn't really lend itself to one or two files. I would recommend using RCS for configuration files instead. I've been doing it that way for years and it works much better. Just create an RCS directory in the config file directory and then co -l and ci -u config files.

#

Return to Using versioning for your configuration files