$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] Line endings fixes
From: Vitaly Budovski (vbudovski+news_at_[hidden])
Date: 2013-08-13 08:26:30
On 13 August 2013 21:42, John Maddock <john_at_[hidden]> wrote:
>
> I just tried to do this and SVN wouldn't let me - the combination listed on
> that webpage for SVG files svn:eol-style=native; svn:mime-type=image/svg+xml
> isn't valid and SVN won't allow you to apply it to a file. So you can
> either have the correct mime-type, or the correct eol-style, but not both.
>
> John.
eol-style can only be applied to text mime-type files. image/svg+xml
is binary. You need to change the mime-type also.
Cheers,
Vitaly