[LLVMdev] git patches to svn
Bjorn Reese
breese at mail1.stofanet.dk
Tue Sep 13 10:07:15 PDT 2011
On 2011-09-12 21:13, reed kotler wrote:
> What tools/workflows are people using to merge the changes back to svn
> for a patch?
I have been using git-svn on another project, where they insisted that
patches should be proper svn diffs (the headers in git diffs differs
from svn diffs.)
I used a slightly modified version of this script to produce the svn
diffs:
https://gist.github.com/582239
More information about the llvm-dev
mailing list