Will On Mon, Apr 18, 2011 at 9:51 PM, Will Milspec <will.mils...@gmail.com> wrote: > Does the lucene-solr git repository have a tag that marks the 3.1 release?
what's wrong about the "lucene_solr_3_1"-branch, which you already mentioned? The Branch sets your repo on this commit (https://github.com/apache/lucene-solr/commit/5261b57) which is the same as the lucene_solr_3_1 tag on apache's svn. additionally, on git commands: $ git branch -a will give you a list of all existing branches $ git tag -l will output a list of all tags Regards Stefan