We do have three repositories that we would like to merge into a single one. Currently we do have three repositories that look like this:
- Repository X
- Project 1
- branches
- tags
- trunk
- Project 2
- branches
- tags
- trunk
- Project 1
We want to merge all three into a single repository that looks like this:
- Repository root
- Repository A
- Project 1
- branches
- tags
- trunk
- Project 2
- branches
- tags
- trunk
- Project 1
- Repository B
- Project 1
- branches
- tags
- trunk
- Project 2
- branches
- tags
- trunk
- Project 1
- Repository C
- Project 1
- branches
- tags
- trunk
- Project 2
- branches
- tags
- trunk
- Project 1
- Repository A
After some research we found this answer here and this one in the official Apache FAQ. Judging by these two sources it is not possible but maybe there is a workaround?