[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

From: Aleksey Nogin <aleksey_at_nogin.org>
Date: 2005-10-21 23:55:13 CEST

On 21.10.2005 13:54, Serge Wroclawski wrote:

> I have two repositories which I'd like to combine into one.
>
> In the new future, the repository would look like
>
> /
> -/repo1
> -/repo2
>
> I don't know how, if it's at all possible, to combine the repositories and
> still retain all the history?
>
> Is this something I can do with svn dump? Do I need to edit the dump?

You can do svnadmin dump/load (using --parent-dir with load). The
downside is that the revisions will not be properly interleaved (first
all revisions for repo1, then all revisions for repo2). You can try
using the reposmerge script if you want interleaving -
http://www.thehirts.net/blog/?page_id=24

-- 
Aleksey Nogin
Home Page: http://nogin.org/
E-Mail: nogin@cs.caltech.edu (office), aleksey@nogin.org (personal)
Office: Moore 04, tel: (626) 395-2200
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat Oct 22 00:00:08 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.