GIT <> SVN interchangeable patch-files

Posted by pagid on Stack Overflow See other posts from Stack Overflow or by pagid
Published on 2010-04-05T17:24:07Z Indexed on 2010/04/05 17:33 UTC
Read the original article Hit count: 238

Filed under:
|
|

Hi, I maintain a subproject which is running on the project's SVN server. I personally prefer to work with Git - the problem is that the entire community uses SVN, expects RFCs with a SVN compatible patch-file and people are familiar with SVN and send bugfixes agains that SVN repository too.

Therefore my only problem is to create patch files which are compatible with Git and SVN at the same time.

Is there some kind of smart shell-script or even a buildin feature I'm not aware of?

Cheers

© Stack Overflow or respective owner

Related posts about git

Related posts about subversion