So I\'m using git and interacting with an svn repo.
I have a svn TRUNK that looks like this:
A-B-C-D
And a svn bug_fixes branch that br
Would this not be a good case for rebasing your local stuff (..i) onto the new master fetched from SVN?
..i