home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / RCS43X.ZIP / README < prev    next >
Text File  |  1990-11-19  |  2KB  |  61 lines

  1. /* Copyright (C) 1982, 1988, 1989 Walter Tichy
  2.    Distributed under license by the Free Software Foundation, Inc.
  3.  
  4. This file is part of RCS.
  5.  
  6. RCS is free software; you can redistribute it and/or modify
  7. it under the terms of the GNU General Public License as published by
  8. the Free Software Foundation; either version 1, or (at your option)
  9. any later version.
  10.  
  11. RCS is distributed in the hope that it will be useful,
  12. but WITHOUT ANY WARRANTY; without even the implied warranty of
  13. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  14. GNU General Public License for more details.
  15.  
  16. You should have received a copy of the GNU General Public License
  17. along with RCS; see the file COPYING.  If not, write to
  18. the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
  19.  
  20. Report problems and direct all questions to:
  21.  
  22.     rcs-bugs@cs.purdue.edu
  23.  
  24. */
  25.  
  26. This directory contains complete sources for RCS version 4.3,
  27. Sat Nov 18 13:34:16 EST 1989
  28.  
  29. This directory contains complete sources for version 4 of RCS.
  30. Version 3 was included in the 4.3 BSD distribution. Features include:
  31.  
  32. 1) Version 4 supports the "branch" keyword.
  33.  
  34. 2) Numerous bug fixes. In addition, RCS now runs on many more machine
  35. architectures, including Suns (3.x and 4.0), VAXen (4.2 and 4.3 BSD),
  36. and IBM PC-ATs (Xenix).
  37.  
  38. 3) Version 4 is backward compatible with version 3. Version 4 RCS will
  39. handle files checked in under version 3 (but not vice versa).
  40.  
  41. 4) This distribution is not supported in anyway. However, bugs and
  42. (especially) bug fixes may be reported to rcs-bugs@cs.purdue.edu.
  43.  
  44. 5) Older versions of diff do not support options used by RCS. It is
  45. known that 4.3 BSD, and SunOS 3.2 (and later releases) support the
  46. needed options. If your version of diff does not support these
  47. options, obtain the GNU diff from the FSF.
  48.  
  49. 6) RCS is free software; you can redistribute it and/or modify it
  50. under the terms of the GNU General Public License.
  51.  
  52. 7) All sources for RCS are contained in the "src" subdirectory. Read the
  53. directions in its Makefile to set up the correct compile options for
  54. building RCS on your system.  Pay special attention to the comment
  55. about setting SIGNAL_TYPE in the Makefile.
  56.  
  57. 8) man pages reside in man.
  58.  
  59. 9) Troff source for the paper "RCS - A System for Version Control", which
  60. appeared in Software Practice and Experience, can be found in "rcs.ms".
  61.