我正在尝试将一个工作副本文件夹从它的旧专用 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
哪个是正确的.....但是,错误,无论如何我该如何移动位置?