Integrate multiple remote SVN repositories into a existing repo
From: Manjunath Kashyap <mail2manjukashyap_at_gmail.com>
Date: Wed, 20 Aug 2014 19:24:58 +0530
Hi,
What is the best way to integrate remote svn repository into an existing
RepoA ---Location A(The one which needs to be integrated) Size 90GB
I would like to integrate the Repo A into Main Repo so that the history of
The close approach i found is as below,
1. *Login into Repo A svn vm and run svn –verify on the repository,
*2. Take a dump file of the complete repository. *
* This step can be processed in 2 ways,*
*· Run svnadmin dump on the repo in one go.*
*· Split the repo into multiple range, and run the svnadmin dump
*3. Copy the dump file generated into Main Repo.*
*4. Run svnadmin load dumpfile command on the MainRepo.*
Thanks in advance.
|
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.