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 を最初から再取得することでおそらくこれを修正できることはわかっていますが、(レポのサイズのために) 数か月または数年かかることもあります。
それで、解決策はありますか?