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

Re: combining two repositories into one

From: Ronny T. Lampert <telecaadmin_at_uni.de>
Date: 2005-03-24 10:58:02 CET

> /svn/projects/projA
> /svn/projects/projB
>
> What I would like to do is "promote" /svn/projects to be the
> actual repository, with projA and projB both elements within that
> repository. I also want to preserve revision history during the

That looks like a relocation to me I needed a while back.
Does the following look like it would help you?

#> svnadmin help load
[...]
   --parent-dir arg : load at specified directory in repository

Dump the 2 repos, create a new repos and load the dumps into the new one,
with --parent-dir specified, like

#> svnadmin load --parent-dir /projA < projA.dump

This will place the whole dump into $REPOS/projA.
If you want more transformations done, try to read about svnfilter.

Cheers,
Ronny

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Mar 24 11:00:49 2005

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.