sccs

Clone of the Unix SCCS revision-control system

Install

All systems
curl cmd.cat/sccs.sh
Debian Debian
apt-get install cssc
Ubuntu
apt-get install cssc
image/svg+xml Kali Linux
apt-get install cssc
Windows (WSL2)
sudo apt-get update sudo apt-get install cssc
Raspbian
apt-get install cssc

cssc

Clone of the Unix SCCS revision-control system

SCCS is a per-file revision-control system. It is a de-facto standard on commercial Unices, being shipped with most of those. GNU-based systems usually use RCS instead of SCCS - indeed it has been a choice to design RCS instead of implementing a free SCCS clone. RCS was designed to address some problems with SCCS (eg. extraction time grows linearly with the size of the history file), but it has anyway problems of its own (eg. extraction time of branches grows with trunk length). Some project-wide revision-control systems, like Aegis, can make use of CSSC instead of RCS. This package also provides a web frontend to navigate the history of files under SCCS control, with optional support for formatting of manpages using groff.