I just wanted to double check that my steps were not too off base. I am trying to apply the patch from 8/May/15 and it seems to be slightly off. Inside the working revision is 1658487 so I checked that out from svn. This is what I did.
svn checkout http://svn.apache.org/repos/asf/lucene/dev/trunk@1658487 lucene_trunk cd lucene_trunk/solr curl https://issues.apache.org/jira/secure/attachment/12731517/SOLR-7036.patch | patch -p0 But `patch` still fails on a few hunks. I figured this patch was made with `svn diff` so it should apply smoothly to that same revision, shouldn't it? -renning