I have two SVN repostitories:
Project A
- trunk
- tags
- branches
Project B
- trunk
- tags
- branches
Now I wan't to reach this structure:
Projects
Project A
- trunk
- tags
- branches
Project B
- trunk
- tags
- branches
I have dumped the two repositories using
svnadmin dump /path/to/repository > repository-name.dmp
How can I restore them to the above structure?
EDIT: This solves my problem! https://stackoverflow.com/a/3141938/885683