Next Previous Contents

12. RCS Shell Scripts

If you want to use RCS instead of CVS then you can use the following shell scripts.

  1. cotree.sh - Will check out the entire directory tree from RCS. Instead of doing 'co -l name' on each file one-by-one, you can give just one command. Very useful shell script.
  2. cofiles.sh - Will check out all the files in the directory.
  3. ciall.sh - Will check in all the files into RCS with just one shell command.
You can get these scripts from downloadsoftware .


Next Previous Contents