"Joseph Carrafa" [off-list ref] writes:
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?
See this thread:
http://article.gmane.org/gmane.comp.version-control.git/33715/match=seth+falcon
And read the Advanced Example: Tracking a Reorganized Repository in
the git-svn man page.
+ seth