From: Joseph Carrafa <hidden> Date: 2016-06-15 22:42:46
I have a question concerning using git with an svn repo. I have a
local git repo that was created with git svn init
$SVNROOT/branches/2.2.0. we moved the svn branch to
$SVNROOT/branches/2.3.0. how can i change my local git repo to commit
to the new svn branch, $SVNROOT/branches/2.3.0?
Thanks
-Joe