Yeah, my bad sorry. (had the patch applied twice). Tests pass, should I commit?
On Wed, Mar 14, 2012 at 11:22 AM, Doug Cutting <[email protected]> wrote: > On 03/13/2012 08:49 PM, Miki Tebeka wrote: >> I can't apply >> https://issues.apache.org/jira/secure/attachment/12513560/AVRO-301-patch-2.patch >> against current trunk (rev 1300455). I'm trying "patch -p0 < >> AVRO-301-patch-2.path" and it complains that it's reversed patch. >> Tried both with reversed or non reversed and both ended with failure. > > The patch applies cleanly for me on Linux. > > ~/src/avro/trunk % svn up > At revision 1300671. > ~/src/avro/trunk % patch -p 0 < ~/Desktop/AVRO-301-patch-2.patch > patching file lang/py/src/avro/schema.py > patching file lang/py/test/test_schema.py > > Doug
