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

Re: merge two different repositories

From: Les Mikesell <lesmikesell_at_gmail.com>
Date: 2007-04-13 17:29:43 CEST

Brian Lewis wrote:
> On Wed, 11 Apr 2007 07:34:55 -0500
> Ryan Schmidt <subversion-2007b@ryandesign.com> wrote:
>
>> Merging repositories is easy. You "svnadmin dump" both old
>> repositories, then "svnadmin create" a new repository, then
>> "svnadmin load" both dumpfiles into the new repository.
>
> I have repositories x, y, and z. If I create a new repository r and
> svnadmin dump x | svnadmin load r, r contains the contents of x rather
> than r/x containing the contents of x. How can I end up with r/x, r/y,
> r/z with all the contents in the right places?

Create the x directory in the repository first, then load with
svnadmin load --parent-dir x r <dumpfile_from_x

-- 
   Les Mikesell
   lesmikesell@gmail.com
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Apr 13 17:29:56 2007

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.