Re: Checkout the source Code to the Release Version of Solr?
Thank you Shawn. I have not updated my version in a while, so I prefer to do it to 4.10 first, rather than go directly to 5.0. I'd be working on it towards the end of this week. -- View this message in context: http://lucene.472066.n3.nabble.com/Checkout-the-source-Code-to-the-Release-Version-of-Solr-tp4187041p4187055.html Sent from the Solr - User mailing list archive at Nabble.com.
Re: Checkout the source Code to the Release Version of Solr?
Thank you Mike. This is what I was looking for. I apparently did not understand what tags where. Mike Drob wrote > The SVN source is under tags, not branches. > > http://svn.apache.org/repos/asf/lucene/dev/tags/lucene_solr_4_10_3/ -- View this message in context: http://lucene.472066.n3.nabble.com/Checkout-the-source-Code-to-the-Release-Version-of-Solr-tp4187041p4187054.html Sent from the Solr - User mailing list archive at Nabble.com.
Re: Checkout the source Code to the Release Version of Solr?
The SVN source is under tags, not branches. http://svn.apache.org/repos/asf/lucene/dev/tags/lucene_solr_4_10_3/ On Tue, Feb 17, 2015 at 4:39 PM, O. Olson wrote: > Thank you Hrishikesh. Funny how GitHub is not mentioned on > http://lucene.apache.org/solr/resources.html > > I think common-build.xml is what I was looking for. Thank you > > > > Hrishikesh Gadre-3 wrote > > Also the version number is encoded (at least) in the build file > > > > > https://github.com/apache/lucene-solr/blob/817303840fce547a1557e330e93e5a8ac0618f34/lucene/common-build.xml#L32 > > > > Hope this helps. > > > > Thanks > > Hrishikesh > > > Hrishikesh Gadre-3 wrote > > Hi, > > > > You can get the released code base here > > > > https://github.com/apache/lucene-solr/releases > > > > Thanks > > Hrishikesh > > > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Checkout-the-source-Code-to-the-Release-Version-of-Solr-tp4187041p4187048.html > Sent from the Solr - User mailing list archive at Nabble.com. >
Re: Checkout the source Code to the Release Version of Solr?
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
Re: Checkout the source Code to the Release Version of Solr?
Thank you Hrishikesh. Funny how GitHub is not mentioned on http://lucene.apache.org/solr/resources.html I think common-build.xml is what I was looking for. Thank you Hrishikesh Gadre-3 wrote > Also the version number is encoded (at least) in the build file > > https://github.com/apache/lucene-solr/blob/817303840fce547a1557e330e93e5a8ac0618f34/lucene/common-build.xml#L32 > > Hope this helps. > > Thanks > Hrishikesh Hrishikesh Gadre-3 wrote > Hi, > > You can get the released code base here > > https://github.com/apache/lucene-solr/releases > > Thanks > Hrishikesh -- View this message in context: http://lucene.472066.n3.nabble.com/Checkout-the-source-Code-to-the-Release-Version-of-Solr-tp4187041p4187048.html Sent from the Solr - User mailing list archive at Nabble.com.
Re: Checkout the source Code to the Release Version of Solr?
Also the version number is encoded (at least) in the build file https://github.com/apache/lucene-solr/blob/817303840fce547a1557e330e93e5a8ac0618f34/lucene/common-build.xml#L32 Hope this helps. Thanks Hrishikesh On Tue, Feb 17, 2015 at 2:25 PM, Hrishikesh Gadre wrote: > Hi, > > You can get the released code base here > > https://github.com/apache/lucene-solr/releases > > Thanks > Hrishikesh > > On Tue, Feb 17, 2015 at 2: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. >> >> I'm also curious where the version number is embedded i.e. is it in a file >> somewhere? >> >> I want to ensure I am using the released version, and not some bug fixes >> after the version got released. >> >> Thank you in anticipation. >> >> >> >> >> -- >> View this message in context: >> http://lucene.472066.n3.nabble.com/Checkout-the-source-Code-to-the-Release-Version-of-Solr-tp4187041.html >> Sent from the Solr - User mailing list archive at Nabble.com. >> > >
Re: Checkout the source Code to the Release Version of Solr?
Hi, You can get the released code base here https://github.com/apache/lucene-solr/releases Thanks Hrishikesh On Tue, Feb 17, 2015 at 2: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. > > I'm also curious where the version number is embedded i.e. is it in a file > somewhere? > > I want to ensure I am using the released version, and not some bug fixes > after the version got released. > > Thank you in anticipation. > > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Checkout-the-source-Code-to-the-Release-Version-of-Solr-tp4187041.html > Sent from the Solr - User mailing list archive at Nabble.com. >