Merging separate repositories into one: RepoMerge.py
From: Matt England <mengland_at_mengland.net>
Date: 2006-01-26 15:49:33 CET
For what it's worth:
I highly recommend updating the following faq entry:
http://subversion.tigris.org/faq.html#multi-merge
With a reference to Dale Hirt's RepoMerge.py script:
http://www.thehirts.net/blog/?page_id=24
I'd also strongly encourage importing said script into the official
RepoMerge.py has the huge benefit (at least for me) of "intermixing" the
More details below.
-Matt
Here's the pertinent from my teams internal "subversion admin notes" wiki page:
Merge repos
As taken from http://www.thehirts.net/blog/?page_id=24 ( and referenced at
RepoMerge
This is a python script that I have written that will take several
The specific thing that makes this script needed, is it will merge all the
There are three caveats. You can only do this locally. Presumably, this
Usage:
export PYTHONPATH=/usr/local/lib/svn-python
Enjoy, and let me know about any problems, patches, etc.
Dale
---------------------------------------------------------------------
|
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.