This package browser is in early development. Mind the rough edges.

rcs

Per-file local revision control system

RCS is the original Revision Control System. It works on a file-by-file basis, in contrast to subsequent version control systems such as CVS, Subversion, and Git. This can make it suitable for system administration files, for example, which are often inherently local to one machine.

Installation

Install the latest version of rcs as follows:

guix install rcs

Or install a particular version:

guix install rcs@5.10.1

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.