home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / PROG / UTILITY / RCS55DOS.ZIP / README.RCS < prev    next >
Encoding:
Text File  |  1991-11-10  |  1.1 KB  |  26 lines

  1. The file 'myrcs.zoo' in this directory contains executables for a DOS
  2. port of RCS version 5.5.  Documentation is available through the Free
  3. Software Foundation and other sources.  Source code is not yet provided
  4. because 5.6 will contain a more "official" DOS port.  Some of the
  5. improvements in this version are:
  6.  
  7.     - Lookup of the username from a Novell server (if attached)
  8.       or from the LOGNAME environment variable.
  9.     - Storage of the RCS file in a "common" format which can be
  10.       shared with a Unix system (via NFS or SOS, also located
  11.       in this directory).  All this means is that carriage
  12.       return characters are stripped.
  13.     - Parsing of MS-DOS filenames, and use of "_v" instead of
  14.       ",v".  The rules for RCS filenames are:
  15.         foo    becomes   foo._v
  16.         foo.c    becomes      foo.c_v
  17.         foo.as    becomes      foo.asv
  18.         foo.bat becomes   foo.bav
  19.  
  20. You will need to get DIFF.EXE and DIFF3.EXE from one of the Gnuish
  21. MS-DOS distribution sites (such as vulcan.phyast.pitt.edu).  The
  22. current versions of Gnu DIFF for DOS place an upper limit on the size
  23. of RCS files of ~64-100K, a restriction which you should consider when
  24. setting up RCS.
  25.  
  26.