On 2/17/2015 3:20 PM, O. Olson wrote: > At this time the latest released version of Solr is 4.10.3. Is there anyway > we can get the source code for this release version? > > I tried to checkout the Solr code from > http://svn.apache.org/repos/asf/lucene/dev/branches/lucene_solr_4_10/ In the > commit log, I see a number of revisions but nothing mention which is the > release version. The latest revision being 1657441 on Feb 4. Does this > correspond to 4.10.3? If no, then how do I go about getting the source code > of 4.10.3.
That is the current development branch for 4.10.x. There are some changes in that branch that are not in any released version yet. If a 4.10.4 is ever released, it will come from that branch. There is no guarantee that a 4.10.4 will ever be released. It is likely that the 5.0.0 release will be announced in the next few days. A problem could still be found, but the current release candidate is looking good so far. > I'm also curious where the version number is embedded i.e. is it in a file > somewhere? Yes. You can find it in lucene/version.propertiesin a typical checkout. > I want to ensure I am using the released version, and not some bug fixes > after the version got released. For that exact version, you want to use this URL for your svn checkout: http://svn.apache.org/repos/asf/lucene/dev/tags/lucene_solr_4_10_3/ I don't see lucene/version.properties in that tag, but the 4.10.3 version does show up in lucene/common-build.xml. Thanks, Shawn