
RINFO - Copyright (c) Mark T. Chapman 1995

This program gives you a little information about files checked out
with RCS across multiple platforms.  Only RCS repositories located in an
RCS subdirectory are analyzed.  You may use the ",v" convention within
the RCS directories, but as of now, the program DOES NOT give rinfo on ",v"
files anywhere outside of the RCS subdirectory.  

WARNING: This program will crash if you have cyclic symbolic links!

One additional feature is to create a text file, "SNAPSHOT.RNF" that stores
comments about the existing versions of each file.  This function may be
somewhat useful if you want to track the different versions of files that
where at a certain point in a project life cycle.  Admittedly, there are
better ways of doing this.  (Use -s to invoke this option.) 
 
This ANSI C program should be VERY easy to compile.  

Makefile   - UNIX style makefile -- use with cc
RCS        - subdirectory for RCS versions of rinfo.c 
README     - this file
rinfo      - probably a FreeBSD or some other UNIX executable 
rinfo.c    - the complete program source

Mark Chapman <markc@ctgi.net>
