WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED DUPLICATE of
bug 10342
12021
prepare-ChangeLog doesn't report moved/copied files
https://bugs.webkit.org/show_bug.cgi?id=12021
Summary
prepare-ChangeLog doesn't report moved/copied files
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
Add attachment
proposed patch, testcase, etc.
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.
Top of Page
Format For Printing
XML
Clone This Bug