blob: d1fd820682edc7585fc20e5108b2ac1b009f7049 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
This directory contains sources and documentation for RCS.
RCS, the Revision Control System, manages multiple revisions of files.
RCS can store, retrieve, log, identify, and merge revisions.
It is useful for files that are revised frequently,
e.g. programs, documentation, graphics, and papers.
See the following files and directories for more information.
COPYING - copying conditions
CREDITS - authorship information
INSTALL - generic installation instructions
INSTALL.RCS - installation instructions specific to RCS
NEWS - recent changes, and possible future changes
REFS - references to RCS and related free software and documentation
man - sources for manual page entries
rcs.ms - troff source for the paper `RCS--A System for Version Control'
rcs_func.ms - brief overview
src - sources for programs
src/version.c - the version number of this release
If you lack troff, you can get GNU groff to format the documentation.
Report problems and direct all questions to:
rcs-bugs@cs.purdue.edu
$Id: README,v 1.1 1996/08/12 04:07:35 millert Exp $
|