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
The short answer is patch -p1 -i {patch.file}.
patch -p1 -i {patch.file}
Please refer to this blog for details: Creating Subversion patches with git.