Bug 12021

Summary: prepare-ChangeLog doesn't report moved/copied files
Product: WebKit Reporter: David Kilzer (:ddkilzer) <ddkilzer>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: ap, ggaren
Priority: P2    
Version: 420+   
Hardware: Mac   
OS: OS X 10.4   

David Kilzer (:ddkilzer)
Reported 2006-12-28 17:15:21 PST
The prepare-ChangeLog script uses 'svn diff' instead of 'svn stat' to get a list of changed files for a ChangeLog entry. The 'svn diff' command skips moved/copied files unless they've been changed after they were moved. The best way to fix this is to switch to using 'svn stat'.
Attachments
Geoffrey Garen
Comment 1 2006-12-28 17:19:22 PST
I think we had been using svn diff because svn stat was orders of magnitude slower. Not sure if that improved with the new svn, though.
David Kilzer (:ddkilzer)
Comment 2 2006-12-28 17:22:21 PST
(In reply to comment #1) > I think we had been using svn diff because svn stat was orders of magnitude > slower. Not sure if that improved with the new svn, though. Yes, I made that change in r14814 (Bug 9395). However, r15025 (Bug 9570) let you specify a list of files and directories to operate on, which will greatly improve speed when running and helps if you're working on multiple patches in the same working copy.
David Kilzer (:ddkilzer)
Comment 3 2006-12-29 08:43:42 PST
(In reply to comment #1) > I think we had been using svn diff because svn stat was orders of magnitude > slower. Not sure if that improved with the new svn, though. Which new svn? Was there a change on the server side, or a new svn client?
David Kilzer (:ddkilzer)
Comment 4 2006-12-31 05:52:04 PST
*** This bug has been marked as a duplicate of 10342 ***
Note You need to log in before you can comment on or make changes to this bug.