[Webkit-unassigned] [Bug 29100] REGRESSION? svn-apply exit(0) on patch failure

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 9 14:10:08 PDT 2009


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





--- Comment #2 from Eric Seidel <eric at webkit.org>  2009-09-09 14:10:08 PDT ---
Ok, looks like it's hitting the scmRemove case.  This is going down the
handleBinaryChange codepath but:
    if ($contents =~ m#((\n[A-Za-z0-9+/]{76})+\n[A-Za-z0-9+/=]{4,76}\n)#) {
must be failing.

Probably because this has a Property change before the binary output.  I wonder
if this is a valid patch file from svn-create-patch.

-- 
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