Bug 13408 - prepare-ChangeLog and svn-create-patch don't show replaced files
Summary: prepare-ChangeLog and svn-create-patch don't show replaced files
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 523.x (Safari 3)
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-19 12:10 PDT by Adam Roben (:aroben)
Modified: 2007-05-28 05:48 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Adam Roben (:aroben) 2007-04-19 12:10:09 PDT
prepare-ChangeLog and svn-create-patch don't show replaced files.

Repro Steps:
1. svn rm fileA
2. svn cp fileB fileA
3. svn-create-patch

You'll get no output for svn-create-patch in this situation, and prepare-ChangeLog will says "No changes found." If you do svn status you see "R  +   fileA".
Comment 1 David Kilzer (:ddkilzer) 2007-05-28 05:48:57 PDT
NOTE: Attachment 14756 [details] on Bug 10342 fixes the prepare-ChangeLog part of this bug.

The svn-create-patch part still needs to be fixed, though.