[Webkit-unassigned] [Bug 35804] svn-apply fails to handle git-generated patches with .checksum files.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 5 13:34:55 PST 2010


https://bugs.webkit.org/show_bug.cgi?id=35804


Eric Seidel <eric at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|EWS incorrectly rejects     |svn-apply fails to handle
                   |git-generated patches with  |git-generated patches with
                   |.checksum files             |.checksum files.




--- Comment #1 from Eric Seidel <eric at webkit.org>  2010-03-05 13:34:55 PST ---
EWS (and the commit-queue, etc) all use svn-apply under the covers.  So the
real bug is there.

Do we have reproduction steps?

Something like:

cat "1232434" > foo
git diff --binary > test.patch
svn-apply test.patch

Reproduction steps will help us understand what's actually going on.

This would be where the bug would be in svn-apply, if we determine this is a
real bug:
http://trac.webkit.org/browser/trunk/WebKitTools/Scripts/VCSUtils.pm#L364

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list