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
Hi Kashyap, Can you provide us the folder structure of your source repository which is under your “project/repo/*” as well ? Regards, Venkat From: Manjunath Kashyap [mailto:mail2manjukash...@gmail.com] Sent: Monday, August 25, 2014 4:13 PM To: Andreas Stieger Cc: users@subversion.apache.org Sub

Re: Integrate multiple remote SVN repositories into a existing repo

2014-08-25 Thread Manjunath Kashyap
Hi Venkata, Please find attached snap-shot of the folder structure of the source repo. I am interested in branches, tags and trunk. But i find all the repo config files along with it. Thanks, Kashyap. On Mon, Aug 25, 2014 at 4:21 PM, Badipatla, Venkata < venkata.badipa...@capgemini.com> wrote:

RE: Integrate multiple remote SVN repositories into a existing repo

2014-08-25 Thread Badipatla, Venkata
Hi Kashyap, Here are the steps to be followed: 1. Create a dumpfile of your entire repository. Command : svnadmin dump > Repo_full.dmp 2. Filter the required dumpfile from the above dump file of complete repository. Command : svndumpfilter include project/repo/trunk project

Re: Integrate multiple remote SVN repositories into a existing repo

2014-08-25 Thread Manjunath Kashyap
Venkata, Yes that helped me a lot. I could able to filter off the files and include only the files which i needed. The history too remains fine. Thanks a ton for the help. Regards, Kashyap. On Mon, Aug 25, 2014 at 5:24 PM, Badipatla, Venkata < venkata.badipa...@capgemini.com> wrote: > Hi Kashy