How to copy subversion repository as a new directory to existing repository?

Posted by Juha Syrjälä on Stack Overflow See other posts from Stack Overflow or by Juha Syrjälä
Published on 2010-04-17T11:42:20Z Indexed on 2010/04/17 11:43 UTC
Read the original article Hit count: 339

Filed under:
|
|

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.

© Stack Overflow or respective owner

Related posts about svn

Related posts about copying