如何在 Android Studio 中切换存储库?

How to switch repositories in Android Studio?

我最初从存储库 A 中检出代码。但是由于维护任务,我们将代码移到了新的存储库 B。

当我尝试 update/commit 我的代码时,出现以下错误:

svn: 'http://99.99.99.old/svn/company/project/trunk/web'
is not the same repository as
'http://99.99.99.new/svn/company/project'

有没有办法将我的 'relocate' 我的 Android Studio 代码从代码库 A 转移到代码库 B?

您可以使用命令行并执行 svn relocate:http://svnbook.red-bean.com/en/1.7/svn.ref.svn.c.relocate.html

或在 Android Studio 中位于此菜单底部的选项:VCS->Subversion->Relocate

Update/Switch 存储库的更新对话框中有一个选项。可以用Ctrl+T快捷键打开。