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

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

What's an RCS symbolic name?

Date: Sat, 10 Oct 92 19:34:39 +0200

From: Bill Wohler

RCS allows you treat a set of files as a family of files while SCCS is meant primarily for keeping the revision history of files.

RCS accomplishes that with symbolic names: you can mark all the source files associated with an application version with `rcs -n', and then easily retrieve them later as a cohesive unit. In SCCS you would have to do this by writing a script to write or read all file names and versions to or from a file.