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

Re: "Merging" to reps

From: Ryan Schmidt <subversion-2006q2_at_ryandesign.com>
Date: 2006-05-31 21:52:09 CEST

On May 31, 2006, at 20:18, Eric Lemes wrote:

> Is there any way to "join" to distinct repositorys without loosing
> history?
>
> Ex.:
>
> /svn/test
> /svn/test2
>
> I want to dump and load teste2 into /test, making a /svn/teste/test2.
>
> Is there any way to do this?

Have you already read the documentation for svnadmin dump and
svnadmin load?

http://svnbook.red-bean.com/en/1.2/svn.ref.svnadmin.c.dump.html

http://svnbook.red-bean.com/en/1.2/svn.ref.svnadmin.c.load.html

You should be able to svnadmin dump the test2 repository and svnadmin
load it into the test repository using the --parent-dir switch to
tell it where to put it.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed May 31 21:53:42 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.