[Webkit-unassigned] [Bug 75824] check-webkit-style should warn about missing svn:mime-type for png files

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 29 00:04:14 PDT 2012


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





--- Comment #27 from Csaba Osztrogonac <ossy at webkit.org>  2012-03-29 00:04:14 PST ---
(In reply to comment #26)
> Do we need to fix something on the style bot?
> https://bugs.webkit.org/show_bug.cgi?id=81936#c13
> 
> We obviously don't want it failing like this.  It uses a Git checkout.

Yes, it isn't good if it fails on the style bot. This warning is to warn git users to set their subversion config correctly before landing patches. (with git-svn). Because if they don't do it, mime-type of png files won't be image/png. This is the only way for git users to committ png files with correct mime-type.

Could you set the style bot, please?
- Have to enable auto props in the subversion config file (/home/ubuntu/.subversion/config "enable-auto-props = yes"). 
- Have to set the svn:mime-type in the subversion config file (/home/ubuntu/.subversion/config "*.png = svn:mime-type=image/png")

These options are commented by default, I think you only have to uncomment them.

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