[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

SRC - simple revision control

From: Eric S. Raymond <esr_at_thyrsus.com>
Date: Fri, 7 Nov 2014 17:40:42 -0500 (EST)

Because the UI was directly inspired by Subversion, people here might
find my latest project of some interest.

                        Simple Revision Control

The venerable RCS (Revsion 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.

http://www.catb.org/esr/src/

-- 
		Eric S. Raymond
You [should] not examine legislation in the light of the benefits it will
convey if properly administered, but in the light of the wrongs it
would do and the harm it would cause if improperly administered
	-- Lyndon Johnson, former President of the U.S.
Received on 2014-11-07 23:41:11 CET

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.