slackbuilds/development/src-vcs
Willy Sudiarto Raharjo 4361b22107 development/src-vcs: Updated for version 1.13.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2017-07-12 22:47:48 +07:00
..
README development/src-vcs: Added (Simple Revision Control). 2014-12-12 07:49:03 +07:00
slack-desc development/src-vcs: Fix slack-desc. 2016-11-14 16:47:23 +07:00
src-vcs.SlackBuild development/src-vcs: Updated for version 1.13. 2017-07-12 22:47:48 +07:00
src-vcs.info development/src-vcs: Updated for version 1.13. 2017-07-12 22:47:48 +07:00

README

            Simple Revision Control
 
The venerable RCS (Revision Control System) has survived into the era
of distributed version control because it fills a niche: sometimes you
only *want* to track changes in single files at a time - for example,
if you have a directory full of documents with separate histories.
 
SRC (Simple Revision Control) is RCS, reloaded.  It remains
determinedly file-oriented and doesn't even track the committer of a
change (because that's always you), but incorporates the design and
user-interface lessons of modern systems.  It features sequential
revision numbers, lockless operation, embedded command help, and a
command set that will seem familiar to users of Subversion, Mercurial,
and Git.