Re: Merging two repositories
From: Ryan Schmidt <subversion-2008b_at_ryandesign.com>
Date: Thu, 15 May 2008 01:18:40 -0500
On May 14, 2008, at 12:36, Long, Nicholas wrote:
> Is there any way to merge two repositories and maintain the history of
Certainly! If you have a repository foo, and you want to add to it
On the server housing bar:
svnadmin dump /path/to/bar > bar.dump
Copy bar.dump to the server housing foo.
On the server housing foo:
svnadmin load /path/to/foo < bar.dump
Done!
History will be preserved, but the revisions of bar will be
Note also that this repository merging strategy results in revisions
Users of the bar repository will have to trash their working copies
The other way to merge is to dump both foo and bar repositories to
When you dump the old repository, only revisions are included. Locks
---------------------------------------------------------------------
|
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.