On 7/12/2011 at 5:40 PM, Robert Muir wrote:
> On Tue, Jul 12, 2011 at 5:33 PM, Steven A Rowe <sar...@syr.edu> wrote:
> > Yonik pointed out on #lucene-dev IRC
> > <http://colabti.org/irclogger/irclogger_log/lucene-dev?date=2011-07-12#l356>
> > that SVN history for trunk/solr/ seems to be borked following my
> > SOLR-2452 commit.
> 
> I don't think this is true: history works for me normally.
> 
> if i type 'svn log SolrCore.java' from
> solr/core/src/java/org/apache/solr/core, i see all revisions, going
> all the way back to
> ------------------------------------------------------------------------
> r372455 | yonik | 2006-01-26 00:37:29 -0500 (Thu, 26 Jan 2006) | 1 line
> 
> initial version
> 
> 
> This also works automatically in my ide as well...


But the commits to trunk during the 2-month period of SOLR-2452 work are 
obliterated - here are the most recent log entries for SolrCore.java:

=========
------------------------------------------------------------------------
r1145198 | yonik | 2011-07-11 11:02:43 -0400 (Mon, 11 Jul 2011) | 1 line

SOLR-2615: log individual updates at DEBUG level, fix NPE when no unique key
------------------------------------------------------------------------
r1144761 | sarowe | 2011-07-09 19:01:53 -0400 (Sat, 09 Jul 2011) | 1 line

SOLR-2452: Rewrote Solr build system (tighter integration with the Lucene build 
system) and restructured Solr internal and contrib modules
------------------------------------------------------------------------
r1144174 | sarowe | 2011-07-08 02:41:23 -0400 (Fri, 08 Jul 2011) | 1 line

SOLR-2452: merged with trunk up r1144161; applied the svn movement script and 
the latest version of the post-svn-movement patch
------------------------------------------------------------------------
[snip: a bunch of merged-with-trunk log messages from me]
------------------------------------------------------------------------
r1087601 | rmuir | 2011-04-01 02:54:34 -0400 (Fri, 01 Apr 2011) | 1 line

create branch
=========

Whereas on trunk, the following commits occurred between r1087601 (solr2452 
branch creation) and r1144761 (solr2452 branch reintegration into trunk) - 
these log messages are not represented on trunk anymore (I got them by checking 
out trunk at r1144760, just before reintegration):

=========
------------------------------------------------------------------------
r1141542 | markrmiller | 2011-06-30 09:59:59 -0400 (Thu, 30 Jun 2011) | 12 lines

  SOLR-2193, SOLR-2565: The default Solr update handler has been improved so
  that it uses fewer locks, keeps the IndexWriter open rather than closing it
  on each commit (ie commits no longer wait for background merges to complete), 
  works with SolrCore to provide faster 'soft' commits, and has an improved API 
  that requires less instanceof special casing. 

  You may now specify a 'soft' commit when committing. This will
  use Lucene's NRT feature to avoid guaranteeing documents are on stable 
storage in exchange
  for faster reopen times. There is also a new 'soft' autocommit tracker that 
can be
  configured.

 SolrCores now properly share IndexWriters across SolrCore reloads.
------------------------------------------------------------------------
r1138405 | shalin | 2011-06-22 07:18:43 -0400 (Wed, 22 Jun 2011) | 1 line

SOLR-2610 -- Add an option to delete index through CoreAdmin UNLOAD action
------------------------------------------------------------------------
r1133805 | simonw | 2011-06-09 07:43:35 -0400 (Thu, 09 Jun 2011) | 1 line

Remove @Version tags from JavaDoc
------------------------------------------------------------------------
r1127313 | rmuir | 2011-05-24 17:55:28 -0400 (Tue, 24 May 2011) | 1 line

SOLR-1942: Ability to specify codec per field
=========

Steve

Reply via email to