Describe CONTROL/Software/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 To find out what release of software a particular package is run ''ccwatch executablefile''