Re: losing history

2009-06-16 Thread Michael McCandless
-H.-Meier-Allee 63, D-28213 Bremen > http://www.thetaphi.de > eMail: u...@thetaphi.de > >> -Original Message- >> From: Simon Willnauer [mailto:simon.willna...@googlemail.com] >> Sent: Tuesday, June 16, 2009 10:00 AM >> To: java-dev@lucene.apache.org >&

RE: losing history

2009-06-16 Thread Uwe Schindler
placement for native "patch"). Uwe - Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de eMail: u...@thetaphi.de > -Original Message- > From: Simon Willnauer [mailto:simon.willna...@googlemail.com] > Sent: Tuesday, June 16, 2009 10:00 AM > To:

Re: losing history

2009-06-16 Thread Simon Willnauer
Uwe is right! As long as you us diffs (patches) and have any kind of svn cp / svn mv done to you repository the will not be reflected in the diff. I don't think that there is any way of doing this currently except of the committer is doing it by hand (again) when applying the patch. This is related

RE: losing history

2009-06-15 Thread Uwe Schindler
I think the problem here is that the file was not renamed in SVN. As patches in JIRA normally do not contain the rename (because they cannot applied with all actions like renames automatically done), I think the rename got lost. Renames only work correct, if the person who did the rename in his loc

Re: losing history

2009-06-15 Thread Luke Nezda
History's not gone, just hard to get to. This is really manual, but afaik you have to use the full URL @ 1 - revision_doomed_file_was_was_deleted_in syntax: svn log http://svn.apache.org/repos/asf/lucene/java/trunk/src/java/org/apache/lucene/index/multisegmentreader.j...@782405| less Maybe this