对于我当前的项目,我必须使用以下结构移动现有的 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?
知道如何解决我的问题吗?