home *** CD-ROM | disk | FTP | other *** search
/ Unix System Administration Handbook 1997 October / usah_oct97.iso / index / rcs.txt < prev    next >
Text File  |  1997-09-22  |  1KB  |  42 lines

  1. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  2. INDEX ENTRY FOR RCS:
  3. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  4.  
  5. Name: RCS - The Revision Control System
  6.  
  7. Version: 5.7
  8.  
  9. Author(s): RCS <rcs-bugs@cs.purdue.edu>
  10.  
  11.    Walter F. Tichy
  12.    Paul Eggert 
  13.  
  14. On the CD-ROM in: gnu/rcs.tar
  15.  
  16. Ftp source: ftp.cs.purdue.edu:/pub/RCS/rcs.tar.Z
  17.  
  18. Size on the CD: 978 KB (uncompressed)
  19.  
  20. Description:
  21.  
  22.    The Revision Control System (RCS) manages multiple revisions of files.
  23.    RCS automates the storing, retrieval, logging, identification, and merg-
  24.    ing of revisions.  RCS is useful for text that is revised frequently,
  25.    for example programs, documentation, graphics, papers, and form letters.
  26.  
  27.    The basic user interface is extremely simple.  The novice only needs to
  28.    learn two commands: ci(1) and co(1).  ci, short for "check in", deposits
  29.    the contents of a file into an archival file called an RCS file.  An RCS
  30.    file contains all revisions of a particular file.  co, short for "check
  31.    out", retrieves revisions from an RCS file.
  32.  
  33.    -- Quoted from the rcsintro manpage by Walter F. Tichy included in
  34.       the RCS 5.7 distribution.
  35.  
  36. Advertised architectures:  None listed
  37.    RCS + GNU diff will run on any host that conforms to Posix.1.
  38.  
  39. Prerequisites: C compiler and a diff that supports the -n option;
  40.    GNU diff is recommended, since it is much faster and it works with
  41.    binary files.
  42.