Is there any way to get a patch created with git format-patch to be svn compatible so that I can submit it to an svn repo?
I\'m working off an svn repo on github and
Subversion < 1.6 doesn't have patch support. It looks like Subversion 1.7 will allow applying patches and the git/hg extensions to unified diff are on our TODO list.