現在のプロジェクトでは、既存のSVNリポジトリを次の構造で移動する必要があります。
/myproject/trunk/code
に
/existing/server/projects/myproject/trunk/code
歴史を守りながら。私は両方のリポジトリにアクセスできます。
私は現在のオプションを見つけましたが、解決策について確信が持てません:
svnadmin dump / load - Can this load into an existing repository?
svnsync - Can this load into an existing repository with a different path?
私の問題をどのように解決できるか考えていますか?