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

Re: svn diff output

From: John Peacock <jpeacock_at_rowman.com>
Date: 2004-09-16 09:59:22 CEST

Eric S. Raymond wrote:
> With these and a very little state information ("I'm a daughter
> repostory of X, forked at commit T"), we could start doing
> Bitkeeper-like repository sync operations. That's the possibility
> that interests me -- of supporting hierarchies of repositories in
> which action diffs are used to support shipping changes up towards the
> root.

Take a look at CLKao's work with SVK:

        http://svk.elixus.org

which is a tool built on top of Subversion that among other things supports
repository mirrors (via VCP to CVS and P4 even). It doesn't really do
hierachies of repositories, but it does support mirroring a remote repository
and maintaining a local development stream which can ultimately be used to
commit to the parent repository. He has also implemented smart merging (and
cherry pick merges), so no more need to keep track of when the last merge was
applied to a branch.

He has also recently introduced a patch management feature which will allow
patch submission and management, either as conventional unified diffs, or as a
semi-custom format which has exactly the same effect on the Subversion level.
He intends to build a simple patch manager app which someone could use to
automate applying supplied patches to the repository.

John

-- 
John Peacock
Director of Information Research and Technology
Rowman & Littlefield Publishing Group
4720 Boston Way
Lanham, MD 20706
301-459-3366 x.5010
fax 301-429-5747
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Sep 16 09:59:17 2004

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.