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

Re: Merging revision history from two repositories

From: Alex Kiesel <alex_at_kiesel.name>
Date: 2006-04-01 14:03:42 CEST

On Fri, 2006-03-31 at 01:09 +0200, Roel Schroeven wrote:
> Hi,
>
> I just converted a VSS database to a SVN repository. This didn't succeed
> at first (see recent postings in users@vss2svn.tigris.org), so I decided
> not to wait until I could successfully do the conversion; instead I took
> the latest revision from VSS and imported into SVN.
>
> The result is that I now have two repositories:
> - repository A, started (last monday) from scratch with the last version
> of the source code from VSS, with a few revision and branches from this week
> - repository B, with the revision history from VSS convert with vss2svn.pl
> Is there a way to merge both to generate a continuous seamless version
> history containing the revisions from both A and B?

Export one of the repositories using `svnadmin dump` and import it into
the other.

This gives you history for both repos in a single one. However, revision
numbers will change for the imported repository (continuing with the
revision numbers of the repo being imported into).

Regards,
-Alex

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat Apr 1 14:04:57 2006

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

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