Bug 27482 - svn-apply cannot apply patch generated by Windows SVN
Summary: svn-apply cannot apply patch generated by Windows SVN
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P2 Normal
Assignee: Mark Rowe (bdash)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-20 22:31 PDT by Mark Rowe (bdash)
Modified: 2009-07-20 23:42 PDT (History)
1 user (show)

See Also:


Attachments
Patch! (2.38 KB, patch)
2009-07-20 22:45 PDT, Mark Rowe (bdash)
ddkilzer: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Rowe (bdash) 2009-07-20 22:31:22 PDT
Attempting to apply attachment 33132 [details] (<https://bugs.webkit.org/attachment.cgi?id=33132>) using svn-apply fails.  This is because svn-apply does not correctly detect the ChangeLog portions of the patch and therefore does not invoke "patch" with the --fuzz=3 option.  This means that the application fails, and svn-apply bails out.
Comment 1 Mark Rowe (bdash) 2009-07-20 22:45:21 PDT
Created attachment 33144 [details]
Patch!
Comment 2 David Kilzer (:ddkilzer) 2009-07-20 23:38:56 PDT
Comment on attachment 33144 [details]
Patch!

r=me
Comment 3 Mark Rowe (bdash) 2009-07-20 23:42:50 PDT
Landed in r46156.