I am moving 100+ repos to the new server. I wrote a script to walk the source structure and dump the back up in to the target backup directory. I now have a mirror folder structure with dump files in the appropriate directories.
My next task is to create matching structure on the new server and load all the dumps in to appropriate folders.
My SVN root path is D:\rootpath
The issue i am running into is this: I am creating a folder @ D:\rootpath\folder1\folder 2. The load of dump should go to folder 2. The load works ok, but SVN does not see the repo that got loaded. However, if I load it to folder1, SVN sees it ok.
How can i get the repo show up when i load it in to folder2?