: --- org/apache/solr/handler/MoreLikeThisHandler.java (revision 772437)
: +++ org/apache/solr/handler/MoreLikeThisHandler.java (working copy)
: 
: now check out revision 772437 using the --revision switch in svn, patch
: away, and then svn up to make sure everything merges cleanly.  This is a
: good guide to follow as well:

...that line only tells you which revision that specific file was last 
updated in ... if you check for all such lines in a patch, and look for 
the highest number, that ill give you a good idea which version you can 
apply it against (but unfortunately, doesn't tell you anything baout other 
files the patch generator may have had checked out, and what revision they 
were last modified in ... the patch may depend on code in other files that 
wasn't modified so it didn't make it ito the patch)

generally speaking: most patches for Solr in Jira are against the trunk 
(we don't tend to have much branch development or backporting) and looking 
at the date the patch was attached to Jira will help you identify what it 
was generated against.

Ieally people will post the output of "svnversion" when they attach a 
patch, but that usually doens't happen.

-Hoss

Reply via email to