Depending on your platform, you may find that rcs works well if you only view a few files at a time. On many Unix / Linux systems, if my memory serves, you can use the co (checkout) command directly from the command line.
Or you could take advantage of the fact that CVS and rcs store the latest version of the file on the head at the top of the file, and any other changes are created by applying diffs inside. Therefore, you can probably easily uninstall the latest version using a text editor and perhaps automate it using a perl script. This trick will not work for any other version.
These are options if there are problems with the quick installation of the CVS server (if it is not already installed, they usually come with Unix-like systems) and checks.
David thornley
source share