wok-current diff rcs/description.txt @ rev 25584
Fix ncursesw build
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Thu May 25 10:56:33 2023 +0000 (19 months ago) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/rcs/description.txt Thu May 25 10:56:33 2023 +0000 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.