WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
136507
Make images work with patches created using svn 1.7
https://bugs.webkit.org/show_bug.cgi?id=136507
Summary
Make images work with patches created using svn 1.7
David Kilzer (:ddkilzer)
Reported
2014-09-03 15:17:54 PDT
Subversion 1.7 does this crazy thing where it emits a text patch for the property changes of a newly added image, immediately after the original "diff" header: Index: simple-gradients-expected.png =================================================================== Cannot display: file marked as a binary type. svn:mime-type = application/octet-stream Index: simple-gradients-expected.png =================================================================== --- simple-gradients-expected.png (revision 0) +++ simple-gradients-expected.png (working copy) Property changes on: simple-gradients-expected.png ___________________________________________________________________ Added: svn:mime-type ## -0,0 +1 ## +application/octet-stream \ No newline at end of property This greatly confuses PrettyPatch.rb because the first patch looked like the image was being removed, and the second patch looked like normal diff (until the blank line and the property changes are hit).
Attachments
Patch v1
(5.67 KB, patch)
2014-09-03 15:27 PDT
,
David Kilzer (:ddkilzer)
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
David Kilzer (:ddkilzer)
Comment 1
2014-09-03 15:27:58 PDT
Created
attachment 237590
[details]
Patch v1
WebKit Commit Bot
Comment 2
2014-09-03 23:46:58 PDT
Comment on
attachment 237590
[details]
Patch v1 Clearing flags on attachment: 237590 Committed
r173253
: <
http://trac.webkit.org/changeset/173253
>
WebKit Commit Bot
Comment 3
2014-09-03 23:47:02 PDT
All reviewed patches have been landed. Closing bug.
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