How to copy subversion repository as a new directory to existing repository?
- by Juha Syrjälä
I have two existing subversion repositories on different hosts (host-a and host-b) and I'd like to copy one directory from repo A to repo B.
Basically https://host-a/repo/some/path/moduleA should be copied to https://host-b/repo/some/other/path/moduleA. All the history should be preserved and existing data in host-b should be preserved.
The two repositories do not have any conflicting directory hierarchies. The repositories do not share common ancestry.