UNIX FAQ Version 2.1 92/12/04 -- Question 7.11

UNIX FAQ Version 2.1 92/12/04 -- Question 7.11

RCS vs SCCS: Command Comparison

Date: Sat, 10 Oct 92 19:34:39 +0200 From: Bill Wohler <wohler@sap-ag.de> SCCS RCS Explanation ==== === =========== sccs admin -i -nfile file ci file Checks in the file for the first time, creating the revision history file. sccs get file co file Check out a file for reading. sccs edit file co -l file Check out a file for modification. sccs delta file ci file Check in a file previously locked. what file ident file Print keyword information. sccs prs file rlog file Print a history of the file. sccs sccsdiff -rx -ry file rcsdiff -rx -ry file Compare two revisions. sccs diffs file rcsdiff file Compare current with last revision. sccs edit -ix-y file rcsmerge -rx-y file Merge changes between two versions into file. ??? rcs -l file Lock the latest revision. ??? rcs -u file Unlock the latest revision. Possible to break another's lock, but mail is sent to the other user explaining why.