Re: Integrate multiple remote SVN repositories into a existing repo

2014-08-25 Thread Manjunath Kashyap
Hi Andreas, Thanks for the reply. The problem i am facing is the incoming repository is designed in such a way that each project in that repo itself is a repo. I took the dump file of a project/repo. Now when i load this dump file into destination SVN, I find that the repo related files are being

RE: Integrate multiple remote SVN repositories into a existing repo

2014-08-25 Thread Badipatla, Venkata
Subject: Re: Integrate multiple remote SVN repositories into a existing repo Hi Andreas, Thanks for the reply. The problem i am facing is the incoming repository is designed in such a way that each project in that repo itself is a repo. I took the dump file of a project/repo. Now when i load

Re: Integrate multiple remote SVN repositories into a existing repo

2014-08-25 Thread Manjunath Kashyap
:* users@subversion.apache.org *Subject:* Re: Integrate multiple remote SVN repositories into a existing repo Hi Andreas, Thanks for the reply. The problem i am facing is the incoming repository is designed in such a way that each project in that repo itself is a repo. I took the dump file

RE: Integrate multiple remote SVN repositories into a existing repo

2014-08-25 Thread Badipatla, Venkata
further help. Regards, Venkat From: Manjunath Kashyap [mailto:mail2manjukash...@gmail.com] Sent: Monday, August 25, 2014 4:47 PM To: Badipatla, Venkata Cc: Andreas Stieger; users@subversion.apache.org Subject: Re: Integrate multiple remote SVN repositories into a existing repo Hi Venkata, Please

Re: Integrate multiple remote SVN repositories into a existing repo

2014-08-25 Thread Manjunath Kashyap
, 2014 4:13 PM *To:* Andreas Stieger *Cc:* users@subversion.apache.org *Subject:* Re: Integrate multiple remote SVN repositories into a existing repo Hi Andreas, Thanks for the reply. The problem i am facing is the incoming repository is designed in such a way that each project in that repo

Integrate multiple remote SVN repositories into a existing repo

2014-08-20 Thread Manjunath Kashyap
Hi, What is the best way to integrate remote svn repository into an existing repository? I have root access to both the servers. RepoA ---Location A(The one which needs to be integrated) Size 90GB --Project1 --Project2 MainRepo--LocationB(The existing repo) Size 500GB

Re: Integrate multiple remote SVN repositories into a existing repo

2014-08-20 Thread Andreas Stieger
Hi, On 20 Aug 2014, at 14:54, Manjunath Kashyap mail2manjukash...@gmail.com wrote: What is the best way to integrate remote svn repository into an existing repository? svnadmin load --parent-dir The svn book gives some examples. Andreas