我正在尝试使用 git-svn 克隆/获取 svn 分支:
git config --add svn-remote.stable-2012-03-29.url https://some_host/branch
git config --add svn-remote.stable-2012-03-29.fetch :refs/remotes/stable-2012-03-29
git svn fetch stable-2012-03-29
这给了我这个错误信息:
svn-remote.stable-2012-03-29.url already set: https://some_host/branch/ wanted to set to: https://some_host/
我知道我可能可以通过从头开始重新获取所有 svn-repo 来解决这个问题,但这需要数月甚至数年(由于 repo 的大小)。
那么,有什么解决办法吗?