新服务器上 SVN 的新存储库如何从 TortoiseSVN 重新连接

New repository for SVN on new server how to reconnect from TortoiseSVN

我最近(成功地)使用 svnadmin dump/load.

将我的 SVN 服务器从一台服务器迁移到另一台服务器

我现在如何重新连接正在工作的 directory/folders 到新服务器?我是否只需要删除我的工作文件夹并重新获取它?我事先检查了所有内容,所以没有未提交的内容?

这是 windows 设置。

基本上,您只需要 relocate 您的工作副本。因此你需要运行命令svn relocate <NewUrl>。 SVN 文档中有一些很好的示例 here and the TortoiseSVN documentation here.

如果新存储库的 UUID 与旧存储库不同,您需要 create a new working copy. To change the UUID of your repository, you can use the svnadmin setuuid command. See here