386BSD 0.1 development
[unix-history] / usr / src / usr.bin / rcs / README
CommitLineData
7562e8c4
WJ
1/* Copyright (C) 1982, 1988, 1989 Walter Tichy
2 * All rights reserved.
3 *
4 * Redistribution and use in source and binary forms are permitted
5 * provided that the above copyright notice and this paragraph are
6 * duplicated in all such forms and that any documentation,
7 * advertising materials, and other materials related to such
8 * distribution and use acknowledge that the software was developed
9 * by Walter Tichy.
10 * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
11 * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
12 * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
13 *
14 * Report all problems and direct all questions to:
15 * rcs-bugs@cs.purdue.edu
16 *
17
18
19
20
21
22
23
24*/
25
26This directory contains complete sources for version 4 of RCS.
27Version 3 was included in the 4.3 BSD distribution. Features include:
28
291) Version 4 supports the "branch" keyword.
30
312) Numerous bug fixes. In addition, RCS now runs on many more machine
32architectures, including Suns (3.x and 4.0), VAXen (4.2 and 4.3 BSD),
33and IBM PC-ATs (Xenix).
34
353) Version 4 is backward compatible with version 3. Version 4 RCS will
36handle files checked in under version 3 (but not vice versa).
37
384) This distribution is not supported in anyway. However, bugs and
39(especially) bug fixes may be reported to rcs-bugs@cs.purdue.edu.
40
415) Older versions of diff do not support options used by RCS. It is
42known that 4.3 BSD, and SunOS 3.2 (and later releases) support the
43needed options. If your version of diff does not support these
44options, obtain the GNU diff from the FSF.
45
46under teh terms of the GNU General Public License.
47
487) All sources for RCS are contained in the "src" subdirectory. Read the
49directions in its Makefile to set up the correct compile options for
50building RCS on your system.
51
528) man pages reside in man.
53
549) Troff source for the paper "RCS A System for Version Control", which
55appeared in Software Practice and Experience, can be found in "rcs.ms".