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

Re: merging multiple repositories

From: Ryan Schmidt <subversion-2007a_at_ryandesign.com>
Date: 2007-01-25 20:50:42 CET

On Jan 25, 2007, at 04:19, Ali Craigmile wrote:

> I have about 20 projects in 20 different SVN repositories which I'd
> like
> to merge into 1 uber-repository arranged as follows:
>
> /trunk/project1/...
> /branches/branch_name/project1/...
> /tags/tag_name/project1/...
>
> Does anyone know how I can achieve this maintaining all revision
> information?

"svnadmin dump" and "svnadmin load --parent-dir foo"

Someone also posted a script to do a better merging of the two
repositories, one where the revisions of the multiple single
repositories are interleaved by date so that date operations in
Subversion in the new joined repository still work properly for the
historical revisions. Unfortunately I cannot seem to find that script
in the mail archives. I have found this one in the forum:

http://www.svnforum.org/2017/viewtopic.php?t=1333#4430

But I don't know if that's the same script that I saw before, or a
different one that does something similar. I have not had to use
these scripts myself so I can't say how well they work.

-- 
To reply to the mailing list, please use your mailer's Reply To All  
function
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Jan 25 20:51:16 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.