【发布时间】:2010-01-28 14:43:05
【问题描述】:
我正在尝试将一个工作副本文件夹从它的旧专用 svn 服务器移动到一个新的 svn 服务器,它包含在一个子文件夹中。使用以下重定位命令:
svn switch --relocate https://oldserver/svn/repos https://newserver/some/directory
我明白了:
svn: 'https://newserver/some/directory ' is not the root of the repository
哪个是正确的.....但是,呃,无论如何我该如何移动位置?
【问题讨论】:
标签: svn relocation