[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Interpretation of SVN MIME type property

From: Andreas Keil <rien_at_nurfuerspam.de>
Date: 2005-09-10 03:19:16 CEST

When adding new TeX files to SVN, I want to set two SVN properties at once
using the following lines in my local TortoiseSVN config file:

--------------------------
[miscellany]
enable-auto-props = yes

[auto-props]
*.tex = svn:mime-type=application/x-tex;svn:eol-style=native
--------------------------

However, only the first property is set, the second one is omitted due to
SVN's interpretation of "application/*" MIME types as binary data.

Is this behaviour correct or should SVN allow "application/*" MIME types to
be interpreted as text, too? There are many "application/*" MIME types for
text files which therefore shouldn't be treated as binary types, I think.

Thanks,
Andreas.

P.S.: As an off-topic side issue, I'd be interested in a link to an official
site listing all defined MIME types.

-- 
Mails to my e-mail address are usually discarded without even having been
read, sorry. 
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Sep 11 00:51:29 2005

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.