This commit was manufactured by cvs2svn to create tag 'FreeBSD-release/1.0'.
[unix-history] / share / doc / ps1 / 13.rcs / man / sccstorcs.1
CommitLineData
78ed81a3 1.\" sccstorcs.1,v 1.2 1993/08/02 17:51:29 mycroft Exp -*- nroff -*-
15637ed4
RG
2.TH SCCSTORCS 8 "29 June 1983"
3.UC 4
4.SH NAME
5sccstorcs \- build RCS file from SCCS file
6.SH SYNOPSIS
7\fBsccstorcs\fR [\fB\-t\fR] [\fB\-v\fR] \fIs.file\fR ...
8.SH DESCRIPTION
9.I Sccstorcs
10builds an RCS file from each SCCS file argument.
11The deltas and comments for each delta are preserved and installed into
12the new RCS file in order.
13Also preserved are
14the user access list and descriptive text, if any,
15from the SCCS file.
16.PP
17The following flags are meaningful:
18.TP
19\fB\-t\fR
20Trace only.
21Prints detailed information about the SCCS file and lists the
22commands that would be executed to produce the RCS file.
23No commands are actually executed and no RCS file is made.
24.TP
25\fB\-v\fR
26Verbose.
27Prints each command that is run while it is building the RCS file.
28.SH FILES
29For each s.\fIsomefile\fR,
30.I Sccstorcs
31writes the files \fIsomefile\fR and \fIsomefile\fR,v
32which should not already exist.
33.I Sccstorcs
34will abort, rather than overwrite those files if they do exist.
35.SH SEE ALSO
36ci (1), co (1), rcs (1).
37.br
38Walter F. Tichy, "Design, Implementation, and Evaluation of a Revision
39Control System," in \fIProceedings of the 6th International Conference
40on Software Engineering\fR, IEEE, Tokyo, Sept. 1982.
41.SH DIAGNOSTICS
42All diagnostics are written to stderr.
43Non-zero exit status on error.
44.SH BUGS
45.I Sccstorcs
46does not preserve all SCCS options specified in the SCCS file.
47Most notably, it does not preserve removed deltas, MR numbers,
48and cutoff points.
49.SH AUTHOR
50Ken Greer
51
52Copyright \(co 1983 by Kenneth L. Greer