Git format-patch to be svn compatible?

前端 未结 8 2153
逝去的感伤
逝去的感伤 2020-12-07 08:19

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

8条回答
  •  北海茫月
    2020-12-07 08:34

    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.

提交回复
热议问题