Rcs: Difference between revisions

From DWIKI
mNo edit summary
Line 6: Line 6:


Currently RCS isn't used much anymore for "regular" revision control but comes in quite handy when you need to keep versions but have no need for an extensive external repository.
Currently RCS isn't used much anymore for "regular" revision control but comes in quite handy when you need to keep versions but have no need for an extensive external repository.
=FAQ=
==RCS: no lock set by==
rename/copy the file, co -l filename, and overwrite it with the saved copy

Revision as of 12:59, 8 February 2018

Revision Control System

From the GNU site:

The Revision Control System (RCS) manages multiple revisions of files. RCS automates the storing, retrieval, logging, identification, and merging of revisions. RCS is useful for text that is revised frequently, including source code, programs, documentation, graphics, papers, and form letters.


Currently RCS isn't used much anymore for "regular" revision control but comes in quite handy when you need to keep versions but have no need for an extensive external repository.

FAQ

RCS: no lock set by

rename/copy the file, co -l filename, and overwrite it with the saved copy