On 5/15/2013 3:14 PM, Tom Burton-West wrote:
I would like to build Solr with  the July 12th Solr-3076 patch.   How do
I determine what version/revision of Solr I need to check out to build
this patch against?   I tried using the latest branch_4x and got a bunch
of errors.  I suspect I need an earlier revision or maybe trunk.  This
patch also seems to be created with git instead of svn, so maybe I am
doing something wrong.  (Error messages appended below)

Unfortunately they did not indicate which SVN revision or which branch the patch should apply to. I downloaded the patch from 16/Jul/12.

Through a little detective work, I figured out that it would apply cleanly to revision 1351040 of trunk. When I then tried to do 'svn up' to bring the tree current, there were merge conflicts that will have to be manually fixed.

The command that I used to check patch compatibility against different revisions was this:

patch --dry-run -p1 < ../SOLR-3076.patch

Thanks,
Shawn


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to