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

Re: Would branching across repositories be theoretically possible?

From: Ben Reser <ben_at_reser.org>
Date: Mon, 31 Dec 2012 17:41:36 -0800

On Mon, Dec 31, 2012 at 4:47 PM, Daniel Shahaf <danielsh_at_elego.de> wrote:
> (This is currently not possible because svnsync assumes that it writes
> to the repository root and assumes revnums in the src and dest
> repositories must equal; with the change, what will have to be equal is
> some sort of svn:sync-source-revision revprop on file://$PWD/r/llvm)
>
> (BTW, an obvious improvement would be to mirror only a part of the llvm
> history --- either temporally (only N recent revisions), spatially (only
> some subtrees), or both.)

I've actually looked at adjusting svnsync to handle this but I just
haven't gotten back to actually doing the work. So many things to do
so little time. :D

This might be a stop gap way of handling this but the better solution
long term is what Branko was talking about with being able to svn cp
between repos and then handle the merges.

If both things are equal time or the cp/merge between repos is only
slightly more time I'd say we shouldn't bother with the svnsync
solution since in my opinion it pollutes the svnsync tool.
Received on 2013-01-01 02:42:14 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.