[Webkit-unassigned] [Bug 9875] New: Teach svn-apply and svn-unapply to use patch(1) for additions and deletions

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Wed Jul 12 08:59:22 PDT 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=9875

           Summary: Teach svn-apply and svn-unapply to use patch(1) for
                    additions and deletions
           Product: WebKit
           Version: 420+ (nightly)
          Platform: Macintosh
        OS/Version: Mac OS X 10.4
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Tools
        AssignedTo: webkit-unassigned at opendarwin.org
        ReportedBy: ddkilzer at kilzer.net
                CC: darin at apple.com


The patch for Bug 9806 (attachment 9350) contained property changes for text
files.  The svn-apply script doesn't handle these well since they get included
in the file created!  The proper fix is to use the patch(1) command for
additions and deletions of files, since it's smart enough to ignore the
non-patch bits.

Note that the "\No newline at end of file" markers are also being included at
the end of text files because of this bug.  See r15232.

I've got a patch to do this, but it needs a bit more testing first.


-- 
Configure bugmail: http://bugzilla.opendarwin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list