0

I created a topic branch from the master; made some commits.

Then checked out the master; rebased it on the svn and merged the topic branch.

There were no commits on the master itself, so the merge was fast-forward.

Now, when I try to svn dcommit it gives me merge conflicts! wtf? Clearly there is a linear history on the master.

The workflow I follow is:

  • create topic branches from the master,
  • svn rebase the master,
  • (generally) fast-forward merge the topic branches,
  • git svn dcommit.

Is there a better way to deal with git-svn. I am not sure, I am using it rightly to create any distinctive advantage over using svn alone.

lprsd
  • 84,407
  • 47
  • 135
  • 168

1 Answers1

1

Just a few readings regarding git svn workflows:

Community
  • 1
  • 1
miku
  • 181,842
  • 47
  • 306
  • 310