wok view rcs/description.txt @ rev 25494

Add finch & btop (thanks ceel)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Nov 30 08:50:05 2022 +0000 (18 months ago)
parents
children
line source
1 The Revision Control System (RCS) manages multiple revisions of files.
2 RCS automates the storing, retrieval, logging, identification, and merging
3 of revisions.
4 RCS is useful for text that is revised frequently, including source code,
5 programs, documentation, graphics, papers, and form letters.
7 RCS was first developed by Walter F. Tichy at Purdue University in the early
8 1980s -- paper: RCS: A System for Version Control (1991) (troff, PostScript, PDF).
9 See also the Purdue RCS Homepage.
11 RCS design is an improvement from its predecessor Source Code Control System (SCCS)
12 (see GNU CSSC).
13 The improvements include an easier user interface and improved storage of versions
14 for faster retrieval.
15 RCS improves performance by storing an entire copy of the most recent version and
16 then stores reverse differences (called "deltas").
17 RCS uses GNU Diffutils to find the differences between versions.