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