cdc annotates the delta commentary for the SCCS delta ID (SID) specified by the -r
option in each named s.file.
If the v flag is set in the s.file,
you can also use cdc to update the Modification Request
(MR) list.
If you checked in the delta, or, if you own the file and directory
and have write permission, you can use cdc to annotate
the commentary.
Rather than replacing the existing commentary, cdc
inserts the new comment you supply, followed by a line of the form:
*** CHANGED *** yy/mm/dd hh/mm/ss username
above the existing commentary.
If a directory is named as the s.filename
argument, the cdc command applies to all s.files in that directory. Unreadable s.files
produce an error; processing continues with the next file (if any). If `-' is given as the s.filename
argument, each line of the standard input is taken as the name of an SCCS history file to be processed, and the -m and -y options must be used.
|