You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by "Hartleroad, James [IT]" <Ja...@sprint.com> on 2014/02/27 21:09:59 UTC

SVN 1.8.5 svnlook and check_mime_type.pl

The check_mime_type.pl isn't working with SVN1.8 on a unix system.

It seems the format of the output of the svnlook proplist command changed so the mime-type is now on a separate line.
SVN1.7.4
  svn:executable :
  svn:mime-type : text/x-ksh
  svn:eol-style : native

SVN1.8.5
  svn:executable

  svn:mime-type
    text/x-ksh
  svn:eol-style
    native

I couldn't find an issue open for the check_mime_type.pl script, so I thought I'd check here to see if anyone already had a solution for this.

James

________________________________

This e-mail may contain Sprint proprietary information intended for the sole use of the recipient(s). Any use by others is prohibited. If you are not the intended recipient, please contact the sender and delete all copies of the message.

Re: SVN 1.8.5 svnlook and check_mime_type.pl

Posted by Ben Reser <be...@reser.org>.
On 2/27/14, 12:09 PM, Hartleroad, James [IT] wrote:
> The check_mime_type.pl isn’t working with SVN1.8 on a unix system.
> 
>  
> 
> It seems the format of the output of the svnlook proplist command changed so
> the mime-type is now on a separate line.
> 
> SVN1.7.4
> 
>   svn:executable :
> 
>   svn:mime-type : text/x-ksh
> 
>   svn:eol-style : native
> 
>  
> 
> SVN1.8.5
> 
>   svn:executable
> 
>  
> 
>   svn:mime-type
> 
>     text/x-ksh
> 
>   svn:eol-style
> 
>     native
> 
>  
> 
> I couldn’t find an issue open for the check_mime_type.pl script, so I thought
> I’d check here to see if anyone already had a solution for this.

It's in contrib so it's not something we would open an issue on.

There is a patch being considered on the dev@ list:
https://mail-archives.apache.org/mod_mbox/subversion-dev/201402.mbox/%3C1556940.9RUyJtFJ1Z%40hurry.speechfxinc.com%3E

My comments on the patch (doesn't show up from link on that because it crosses
the month boundary):
https://mail-archives.apache.org/mod_mbox/subversion-dev/201403.mbox/%3C53114EF9.7000003%40reser.org%3E