SCCSTORCS(8) UNIX Programmer's Manual SCCSTORCS(8) NAME sccstorcs - build RCS file from SCCS file SYNOPSIS sccstorcs [-t] [-v] _s._f_i_l_e ... DESCRIPTION _S_c_c_s_t_o_r_c_s builds an RCS file from each SCCS file argument. The deltas and comments for each delta are preserved and installed into the new RCS file in order. Also preserved are the user access list and descriptive text, if any, from the SCCS file. The following flags are meaningful: -t Trace only. Prints detailed information about the SCCS file and lists the commands that would be executed to produce the RCS file. No commands are actually exe- cuted and no RCS file is made. -v Verbose. Prints each command that is run while it is building the RCS file. FILES For each s._s_o_m_e_f_i_l_e, _S_c_c_s_t_o_r_c_s writes the files _s_o_m_e_f_i_l_e and _s_o_m_e_f_i_l_e,v which should not already exist. _S_c_c_s_t_o_r_c_s will abort, rather than overwrite those files if they do exist. SEE ALSO ci (1), co (1), rcs (1). Walter F. Tichy, "Design, Implementation, and Evaluation of a Revision Control System," in _P_r_o_c_e_e_d_i_n_g_s _o_f _t_h_e _6_t_h _I_n_t_e_r_- _n_a_t_i_o_n_a_l _C_o_n_f_e_r_e_n_c_e _o_n _S_o_f_t_w_a_r_e _E_n_g_i_n_e_e_r_i_n_g, IEEE, Tokyo, Sept. 1982. DIAGNOSTICS All diagnostics are written to stderr. Non-zero exit status on error. BUGS _S_c_c_s_t_o_r_c_s does not preserve all SCCS options specified in the SCCS file. Most notably, it does not preserve removed deltas, MR numbers, and cutoff points. AUTHOR Ken Greer Copyright (C) 1983 by Kenneth L. Greer Printed 11/24/99 29 June 1983 1