An svn repository I\'m mirroring through git-svn has changed URL.
In vanilla svn you\'d just do svn switch --relocate old_url_base new_url_base.
You can see if the following works OK:
If svn-remote.svn.rewriteRoot does not exist in config file (.git/config):
git config svn-remote.svn.rewriteRoot
If svn-remote.svn.rewriteUUID does not exist in config file:
git config svn-remote.svn.rewriteUUID
The currentRepositoryUUID can be obtained from .git/svn/.metadata.
git config svn-remote.svn.url