The source code control system SCCS is a set of commands which helps
you keep track of the changes made to source code (or any text)
files. It's like a friendly librarian and accountant
for your files who even helps you restore your files to the condition
they were in at some previous time. The SCCS is particularly handy
when a group is making changes to the same source code or a single
person likes to try out lots of changes but keeps forgetting how to
get the code back to where it runs.
Like saving receipts for your income tax, most of us know we should use SCCS but never get around to making the time investment. Accordingly, we show you three simple steps which afford you the benefits of SCCS quickly: