Describe CONTROL/Software/Development/Sccs here.

Source Control

We are using SCCS here for the source control.

Quick refresher notes:

Initial addition of code: admin -isourcefilename -y"comment" -r10 destination_in_sccs/s.filename

Check out: get -e .sccs/s.filename

Check in: delta -y"comment" .sccs/s.filename

Cancel Check out: unget .sccs/s.filename

get source with out checkout: get .sccs/s.filename

locate the sccs file: wheresccs filename

To find out what release of software a particular package is run ccwatch executablefile

CONTROL/Software/Development/Sccs (last edited 2017-01-04 22:52:46 by clifford)