1 .TH SCCSTORCS 8 "29 June 1983"
4 sccstorcs \- build RCS file from SCCS file
6 \fBsccstorcs\fR [\fB\-t\fR] [\fB\-v\fR] \fIs.file\fR ...
9 builds an RCS file from each SCCS file argument.
10 The deltas and comments for each delta are preserved and installed into
11 the new RCS file in order.
13 the user access list and descriptive text, if any,
16 The following flags are meaningful:
20 Prints detailed information about the SCCS file and lists the
21 commands that would be executed to produce the RCS file.
22 No commands are actually executed and no RCS file is made.
26 Prints each command that is run while it is building the RCS file.
28 For each s.\fIsomefile\fR,
30 writes the files \fIsomefile\fR and \fIsomefile\fR,v
31 which should not already exist.
33 will abort, rather than overwrite those files if they do exist.
35 ci (1), co (1), rcs (1).
37 Walter F. Tichy, "Design, Implementation, and Evaluation of a Revision
38 Control System," in \fIProceedings of the 6th International Conference
39 on Software Engineering\fR, IEEE, Tokyo, Sept. 1982.
41 All diagnostics are written to stderr.
42 Non-zero exit status on error.
45 does not preserve all SCCS options specified in the SCCS file.
46 Most notably, it does not preserve removed deltas, MR numbers,
51 Copyright \(co 1983 by Kenneth L. Greer