As far as I understand, git-svn does not support pushing merge commits.
Is there a way to make it work with such commits?
We have tried to use rebase to create a linear history. However, this fails with conflicts on whitespace errors. Is there a way of linearizing the history so there are no conflicts?