UNIX in a Nutshell: System V Edition

UNIX in a Nutshell: System V EditionSearch this book
Previous: Reference: adminChapter 17
The SCCS Utility
Next: Reference: comb
 

cdc

cdc -rsid [options] files

Change the delta comments of the specified sid (SCCS ID) of one or more SCCS files.

Options

-m[list]

Add the list of modification request numbers (use a ! before any number to delete it). -m is useful only when admin has set the v flag for file. If -m is omitted, the terminal displays MRs? as an input prompt.

-y[string]

Add string to the comments for the specified delta. If -y is omitted, the terminal displays comments? as an input prompt.

Example

For delta 1.3 of file s.prog.c, add modification numbers x01-5 and x02-8 and then add comments:

cdc -r1.3 s.prog.c 
MRs? x01-5 x02-8
comments? this went out to review


Previous: Reference: adminUNIX in a Nutshell: System V EditionNext: Reference: comb
Reference: adminBook IndexReference: comb

The UNIX CD Bookshelf NavigationThe UNIX CD BookshelfUNIX Power ToolsUNIX in a NutshellLearning the vi Editorsed & awkLearning the Korn ShellLearning the UNIX Operating System