1SCCSTORCS(8) System Manager's Manual SCCSTORCS(8)
2
3
4
6 sccstorcs - build RCS file from SCCS file
7
9 sccstorcs [-t] [-v] s.file ...
10
12 Sccstorcs builds an RCS file from each SCCS file argument. The deltas
13 and comments for each delta are preserved and installed into the new
14 RCS file in order. Also preserved are the user access list and
15 descriptive text, if any, from the SCCS file.
16
17 The following flags are meaningful:
18
19 -t Trace only. Prints detailed information about the SCCS file and
20 lists the commands that would be executed to produce the RCS
21 file. No commands are actually executed and no RCS file is
22 made.
23
24 -v Verbose. Prints each command that is run while it is building
25 the RCS file.
26
28 For each s.somefile, Sccstorcs writes the files somefile and somefile,v
29 which should not already exist. Sccstorcs will abort, rather than
30 overwrite those files if they do exist.
31
33 ci (1), co (1), rcs (1).
34 Walter F. Tichy, "Design, Implementation, and Evaluation of a Revision
35 Control System," in Proceedings of the 6th International Conference on
36 Software Engineering, IEEE, Tokyo, Sept. 1982.
37
39 All diagnostics are written to stderr. Non-zero exit status on error.
40
42 Sccstorcs does not preserve all SCCS options specified in the SCCS
43 file. Most notably, it does not preserve removed deltas, MR numbers,
44 and cutoff points.
45
47 Ken Greer
48
49 Copyright © 1983 by Kenneth L. Greer
50
51
52
534th Berkeley Distribution 29 June 1983 SCCSTORCS(8)