[Webkit-unassigned] [Bug 53625] svn-apply and/or patch(1) has trouble applying patches that makes changes to files with Windows line endings

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 18 11:02:23 PST 2011


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


Carol Szabo <carol.szabo at nokia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |carol.szabo at nokia.com




--- Comment #8 from Carol Szabo <carol.szabo at nokia.com>  2011-02-18 11:02:22 PST ---
I am seeing issues on EWS with patching WebCore.vcproj on the mac based bots and GTK+.
Patching with non-matching line endings is a pain.
The way I addressed the issue in the EWS like systems that I built was partly by rules, partly by software:
The rules are:
1. All text files in the system would be required to have the svn:eol-style property set to native.
2. All files that appear as text files, but for whatever reason cannot have the svn:eol-style property set to native should have svn:mime-type property set to something like application/octet-stream.

The software would use flip or a similar tool to convert the line-endings in the patch to the configuration native to the architecture the buildbot runs in before application.

This should not be that hard to implement. I am volunteering to help.

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