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

[TSVN] Setting properties using the config file

From: Andreas Keil <rien_at_nurfuerspam.de>
Date: 2005-09-08 11:12:40 CEST

I wanted to set two properties on newly added TeX files using the following
lines in the local TortoiseSVN config file:

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

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

----------------

(I think the 4 extra spaces (compared to the docs/examples) after "*.tex"
don't matter.)

However, after adding a new .tex file to SVN it only gets the first property
(svn:mime-type=application/x-tex), the svn:eol-style=native isn't set. I
think the syntax for setting two properties at once is incorrect but I took
it from the examples in the config file and cannot find a good documentation
for this file.

Does anyone know the correct syntax for setting more than one property when
adding new files?

Thanks,
Andreas.

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

-- 
E-Mail replies are ignored, sorry.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Thu Sep 8 12:51:59 2005

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

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