On Fri, May 6, 2011 at 12:16 PM, Ted Dunning <[email protected]> wrote: > > Another nice option is to pull from the apache git mirror and do [git diff] > to generate patches that get applied via normal SVN methods. >
This is what I've been doing, but the point I've been worried about is once you generate a patch from git diff, and apply it to SVN, and then that propagates back to the apache github mirror... if you merge that github apache/trunk branch into the branch you made the patch off of on github originally, does git notice the correct SHA1 patches are already there and "just work"? -jake
