Hi,

If i get the context correct,
then mime-type is automatically set to png files as

Property changes on: abc.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+image/png

when we run ./Tools/Scripts/svn-create-patch if the svn version is 1.7+.

But this is not being well received by ./Tools/Scripts/svn-apply while
applying patch because it cant process above footer syntax in the patch.
https://bugs.webkit.org/show_bug.cgi?id=80104

-Sravan.

On Thu, Mar 8, 2012 at 5:07 AM, Simon Fraser <simon.fra...@apple.com> wrote:

> The best way to enforce it would be with a pre-commit hook:
> <https://bugs.webkit.org/show_bug.cgi?id=80548>
>
> Simon
>
> On Mar 7, 2012, at 3:33 PM, Eric Seidel wrote:
>
> > Unless this is enforced by a tool, it's very likely to be forgotten.
> >
> > https://bugs.webkit.org/show_bug.cgi?id=75824
> > https://bugs.webkit.org/show_bug.cgi?id=75825
> >
> >
> > On Wed, Mar 7, 2012 at 3:21 PM, Dan Bernstein <m...@apple.com> wrote:
> >> Please set the svn:mime-type property on binary files that you add to
> the
> >> tree, such as *-expected.png, before committing. Otherwise the resulting
> >> webkit-changes message will include those files as text, which is
> >> inconvenient.
> >>
> >> Thanks.
> >>
> >> _______________________________________________
> >> webkit-dev mailing list
> >> webkit-dev@lists.webkit.org
> >> http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
> >>
> > _______________________________________________
> > webkit-dev mailing list
> > webkit-dev@lists.webkit.org
> > http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
>
> _______________________________________________
> webkit-dev mailing list
> webkit-dev@lists.webkit.org
> http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
>
_______________________________________________
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Reply via email to