[Webkit-unassigned] [Bug 79509] Bash scripts should support LF endings only

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 8 20:25:51 PST 2012


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





--- Comment #13 from Daniel Bates <dbates at webkit.org>  2012-03-08 20:25:51 PST ---
(In reply to comment #12)
> (From update of attachment 130812 [details])
> Rejecting attachment 130812 [details] from commit-queue.
> [...]
> Failed to find the property value for the SVN property "svn:eol-style": "+LF
> ". at /mnt/git/webkit-commit-queue/Tools/Scripts/VCSUtils.pm line 1184, <ARGV> line 28.

This patch will need to be landed by hand since svn-apply, which is used by the commit-queue to apply a patch to a working copy, only supports the svn:executable property. We have a FIXME in VCSUtils to recognize other SVN properties, <http://trac.webkit.org/browser/trunk/Tools/Scripts/VCSUtils.pm?rev=106054#L1102>. We should also look to recognize the git equivalent of svn:eol-style, see gitattribute(5) <http://schacon.github.com/git/gitattributes.html>.

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