My current svn cloned branches (using the -s 'standard layout') option are called:
$ git branch -r
branch1
branch2
I would like to rename those, such that they are:
$ git branch -r
svn/branch1
svn/branch2
As though I had called $ git-svn clone --prefix svn originally. I don't need to change any names on the remote side.