home *** CD-ROM | disk | FTP | other *** search
/ rtsi.com / 2014.01.www.rtsi.com.tar / www.rtsi.com / OS9 / OSK / CMDS / rcs4.lha / README < prev   
Text File  |  1994-02-12  |  2KB  |  54 lines

  1. This archive is version 4 of RCS.  It is the same as the previous
  2. os-k release but with several bugs fixed.  To run properly, you
  3. will need GNU 'diff' which should be available from the same place
  4. you got this archive.
  5.  
  6. While you can use "rcsdiff" from any shell, I have had problems
  7. when the SHELL environment variable was not set to the microware
  8. standard shell.
  9.  
  10. Note that because all my development for rcs happens under userid
  11. 118.118, that is the owner of all the files.  Use 'chown' to put
  12. them to whatever you want.  The executable files (any 68k machine)
  13. have public e&r bits set.
  14.  
  15. I use RCS, but I don't support it.
  16.  
  17.                                 Brian
  18.                     ( bcwhite@sunee.uwaterloo.ca )
  19.  
  20. ----------------------------------------------------------------------
  21.  
  22. This directory contains complete sources for version 4 of RCS.
  23. Version 3 was included in the 4.3 BSD distribution. Features include:
  24.  
  25. 1) Version 4 supports the "branch" keyword.
  26.  
  27. 2) Several bug fixes. In particular dereferencing of NULL pointers
  28. has been fixed. Previous versions dumped core on Sun machines.
  29.  
  30. 3) Version 4 is backward compatible with version 3. Version 4 RCS will
  31. handle files checked in under version 3 (but not vice versa).
  32.  
  33. 4) This distribution is not supported in anyway. However, bugs and
  34. (especially) bug fixes may be reported to rcs-bugs@cs.purdue.edu.
  35.  
  36. 5) Older versions of diff do not support options used by RCS. It is
  37. known that 4.3 BSD, and SunOS 3.2 (and later releases) support the
  38. needed options. If your version of diff does not support these
  39. options, rcsdiff and rcsmerge will fail. Send mail to the above mail
  40. list giving the version of Unix you run, and arrangements will be made
  41. to distribute diff.
  42.  
  43. 6) See the READ_ME file in the src subdirectory concerning distribution
  44. of RCS sources.
  45.  
  46. 7) All sources for RCS are contained in the "src" subdirectory. Read the
  47. directions in its Makefile to set up the correct compile options for
  48. building RCS on your system.
  49.  
  50. 8) man pages reside in doc/man.
  51.  
  52. 9) Troff source for the paper "RCS A System for Version Control", which
  53. appeared in Software Practice and Experience, can be found in "doc/rcs.ms".
  54.