Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ sccs(1) — Ultrix-11 3.1

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

admin(1)

cdc(1)

comb(1)

delta(1)

get(1)

prs(1)

rmdel(1)

sccsdiff(1)

sccshelp(1)

unget(1)

val(1)

what(1)

sccs(1)

NAME

sccs − Source Code Control System

SYNTAX

sccs [ options ] sequence... 

DESCRIPTION

The sccs command serves as the control program for the Source Code Control System (SCCS).  As such, the sccs command controls the execution of each specified SCCS command sequence. 

The Source Code Control System maintains a record of each version of the programs or text files that are part of SCCS.  Each record contains: what changes were made, why they were made, who made them, and when they were made.  SCCS allows recovery of earlier versions of a file, as well as simultaneous maintenance of different versions of a file.  In addition, SCCS ensures that two people do not edit the same file at the same time.  SCCS has a full subset of commands, each of which may or may not have options.  For further information, read “An Introduction to the Source Code Control System” and the appropriate SCCS command manual page. 

OPTIONS

-d Prepends named directory path (-dpath) to specified file name. 

-p Prepends named path (-ppath) between directory and specified file name. 

-r Preserves your user ID during execution. 

COMMANDS

admin Administers SCCS files. 

cdc Changes delta commentary. 

check Checks whether SCCS file is currently being edited. 

clean Removes all recreatable SCCS files. 

comb Combines deltas. 

create Creates SCCS files. 

deledit Creates a new delta and edits file. 

delget Creates a delta and gets a copy of file. 

delta Creates a delta, saving changes. 

edit Edits an SCCS file. 

fix Removes current delta. 

get Gets a copy of an SCCS file. 

info Displays information about SCCS files being edited. 

prs Displays information from SCCS files. 

prt Displays list of delta changes. 

rmdel Removes a delta. 

sccsdiff Compares two deltas. 

sccshelp Displays explanations of error messages. 

tell Displays names of SCCS file being edited. 

unedit Undoes an SCCS edit command. 

unget Undoes an SCCS get and edit command. 

val Validates SCCS files. 

what Finds and displays ID keywords. 

SEE ALSO

admin(1), cdc(1), comb(1), delta(1), get(1), prs(1), rmdel(1), sccsdiff(1), sccshelp(1), unget(1), val(1), what(1)
“An Introduction to the Source Code Control System”

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026