【发布时间】:2014-02-18 09:50:49
【问题描述】:
我将一个 SVN 存储库拆分为多个存储库,如 http://www.mugo.ca/Blog/Splitting-a-Subversion-repository-into-multiple-repositories 中所述。但是,我无法执行最后一步来重新定位现有的工作副本。
运行svn relocate svn+ssh://user@server/newrepo 后出现以下错误:
svn: E195009: 'svn+ssh://user@server/newrepo' is not the root of the repository.
(但是,例如,我可以毫无问题地从新存储库中签出新的工作副本:svn co svn+ssh://user@server/newrepo 为我提供了新创建的 repo 的新工作副本)。
有谁知道怎么回事?
提前致谢,
【问题讨论】:
标签: svn