wok diff rcs/description.txt @ rev 25263

updated rcs (5.9.4 -> 5.10.1)
author Hans-G?nter Theisgen
date Fri Jul 15 08:53:15 2022 +0100 (22 months ago)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/rcs/description.txt	Fri Jul 15 08:53:15 2022 +0100
     1.3 @@ -0,0 +1,17 @@
     1.4 +The Revision Control System (RCS) manages multiple revisions of files.
     1.5 +RCS automates the storing, retrieval, logging, identification, and merging
     1.6 +of revisions.
     1.7 +RCS is useful for text that is revised frequently, including source code,
     1.8 +programs, documentation, graphics, papers, and form letters.
     1.9 +
    1.10 +RCS was first developed by Walter F. Tichy at Purdue University in the early
    1.11 +1980s -- paper: RCS: A System for Version Control (1991) (troff, PostScript, PDF).
    1.12 +See also the Purdue RCS Homepage.
    1.13 +
    1.14 +RCS design is an improvement from its predecessor Source Code Control System (SCCS)
    1.15 +(see GNU CSSC).
    1.16 +The improvements include an easier user interface and improved storage of versions
    1.17 +for faster retrieval.
    1.18 +RCS improves performance by storing an entire copy of the most recent version and
    1.19 +then stores reverse differences (called "deltas").
    1.20 +RCS uses GNU Diffutils to find the differences between versions.