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

Re: Merging two diff repository dumps ?

From: Martin Furter <mf_at_rola.ch>
Date: 2006-11-16 22:25:10 CET

On Thu, 16 Nov 2006, Helio Chissini de Castro wrote:

> Hi
>
> I'm moving from a local repository to an external one on internet. I have two
> different repositories and want to merge then in one.
> I know that the easy solution is import HEAD revision, but on the penalty of
> loose all revisions.
> Both repos not have any conflicting projects, so i wonder if i can upload both
> dumps new repos or there are any different trick way ?

You can merge dumpfiles using svndumptool.py. That way the revisions will
be sorted by date.
(svndumptool.py also has a check command to find out if the new dump file
contains missing or duplicate path)

Another way is just importing both dump files, but then the dates aren't
ordered anymore so specifying a date for the revision parameter will not
work properly anymore.

Martin

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Nov 16 22:25:36 2006

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.