RE: SOLR-2452 svn history problems + proposed fix

2011-07-12 Thread Steven A Rowe
On 7/12/2011 at 5:34 PM, Steven A Rowe wrote: I now think that for mass restructuring, rather than a dedicated branch, it's better to keep the changes as an svn movement script and a patch, even though this requires regular svn diff ../my.patch ; svn -- recursive revert . ; svn update ; patch

Re: SOLR-2452 svn history problems + proposed fix

2011-07-12 Thread Robert Muir
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

RE: SOLR-2452 svn history problems + proposed fix

2011-07-12 Thread Steven A Rowe
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

Re: SOLR-2452 svn history problems + proposed fix

2011-07-12 Thread Robert Muir
On Tue, Jul 12, 2011 at 6:13 PM, Steven A Rowe sar...@syr.edu wrote: 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: No, you just have to use svn log -g -- lucidimagination.com

Re: SOLR-2452 svn history problems + proposed fix

2011-07-12 Thread Robert Muir
also, on eclipse you just check 'show merged revisions' so your history shows these things. On Tue, Jul 12, 2011 at 6:33 PM, Robert Muir rcm...@gmail.com wrote: On Tue, Jul 12, 2011 at 6:13 PM, Steven A Rowe sar...@syr.edu wrote: But the commits to trunk during the 2-month period of SOLR-2452

RE: SOLR-2452 svn history problems + proposed fix

2011-07-12 Thread Steven A Rowe
On 7/12/2011 at 6:33 PM, Robert Muir wrote: On Tue, Jul 12, 2011 at 6:13 PM, Steven A Rowe sar...@syr.edu wrote: 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: No, you just have to use svn log

Re: SOLR-2452 svn history problems + proposed fix

2011-07-12 Thread Robert Muir
On Tue, Jul 12, 2011 at 6:42 PM, Steven A Rowe sar...@syr.edu wrote: On 7/12/2011 at 6:33 PM, Robert Muir wrote: On Tue, Jul 12, 2011 at 6:13 PM, Steven A Rowe sar...@syr.edu wrote: But the commits to trunk during the 2-month period of SOLR-2452 work are obliterated - here are the most

RE: SOLR-2452 svn history problems + proposed fix

2011-07-12 Thread Steven A Rowe
@lucene.apache.org Subject: Re: SOLR-2452 svn history problems + proposed fix also, on eclipse you just check 'show merged revisions' so your history shows these things. On Tue, Jul 12, 2011 at 6:33 PM, Robert Muir rcm...@gmail.com wrote: On Tue, Jul 12, 2011 at 6:13 PM, Steven A Rowe sar

Re: SOLR-2452 svn history problems + proposed fix

2011-07-12 Thread Robert Muir
On Tue, Jul 12, 2011 at 7:05 PM, Steven A Rowe sar...@syr.edu wrote: Hmm, I can't find any equivalent setting in IntelliJ configuration. Does anyone else know how to enable show merged revisions in the IntelliJ file History view? http://youtrack.jetbrains.net/issue/IDEA-47679 --