Bug 28456
Summary: | svn-apply does not handle git binary deletions | ||
---|---|---|---|
Product: | WebKit | Reporter: | Eric Seidel (no email) <eric> |
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | aroben, hamaji, yutak |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | PC | ||
OS: | OS X 10.5 |
Eric Seidel (no email)
curl "https://bugs.webkit.org/attachment.cgi?id=35097" | svn-apply fails.
LayoutTests/platform/mac/fast/multicol/negativeColumnWidth-expected.checksum
rm
'LayoutTests/platform/mac/fast/multicol/negativeColumnWidth-expected.checksum'
patch: **** Only garbage was found in the patch input.
patch -p0
"LayoutTests/platform/mac/fast/multicol/negativeColumnWidth-expected.png"
returned 2. Pass --force to ignore patch failures.
Teaching svn-apply to handle git binary diffs would be a lot of work, but we could at least make it handle git binary deletions. Right now git users have to switch to an svn checkout because svn-create-patch doesn't work with git.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Eric Seidel (no email)
Hit this again trying to land a patch off of bug 21271.
Shinichiro Hamaji
*** This bug has been marked as a duplicate of bug 26830 ***