I'm working with a git repository using git-svn. Everything went fine until the day the maintainers of the svn repository decided to move the repository to a different URL.
How can I tell my git-svn client to fetch from the new svn repository?
I've changes the svn URL in the svn-remote
of .git/config
but now I get the following error:
svn-remote.svn.url already set: https://old.svn.repo
wanted to set to: https://new.svn.repo