【发布时间】:2012-07-30 09:10:51
【问题描述】:
对于我当前的项目,我必须使用结构移动我现有的 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?
知道如何解决我的问题吗?
【问题讨论】:
-
作为一名 SVNKit 开发人员,我知道一个解决方案。但它涉及一些编程(根据您喜欢的语言使用 SVNKit、libsvn 或 AlienSVN)。如果您找不到任何现成的解决方案,请联系我,我会描述如何做到这一点。