I have been trying to relocate a git-svn working copy of a subversion repository that has switched locations. I have followed the instructions here, but when I do so, it errors out at the final step stating that it can't deal with certain remotes:
$ git svn rebase refs/remotes/abranch_0.1: '' not found in '/branches/abranch'
Does anyone have a solution to this problem? It looks like these branches and/or remotes are still pointing to the wrong place, but I don't see where to change this.
Thanks, David