I\'m using git-svn to work with an SVN repository. My working copies have been created using git svn clone -s http://foo.bar/myproject so that my w
I had the same problem, and I merged remotes/trunk back into master after which git svn info pointed back to trunk
I didn't have the time to actuall dcommit as I was leaving the project and my git-svn repo died with my worstation. I did trythe dcommit --dry-run and it said it would commit back to trunk.
I'll reproduce the setup and test when I get the time
cheers