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

svn:mime-type, autoprops in config and charset.

From: Damir Shayhutdinov <damir_at_tecon.ru>
Date: 2005-10-26 12:05:19 CEST

Greetings!

I have a problem here, hope you can help.

I want to enable automatic setting of properties on text files. Usually it
is done by editing ~/.subversion/config file, by enable-auto-props and
then specifying properties for filemask.

I need to automatically set property

        svn:mime-type

to

        text/plain;charset=koi8-r

So I add following:

        .c = svn:mime-type=text/plain;charset=koi8-r

But subversion parser considers semicolon in property value as property
delimiter. So two properties are added, svn:mime-type and charset.

Is there any way to specify property value with semicolon in config file?
Some sort of backslashing, quoting, etc?

-- 
WBR,
Damir Shayhutdinov
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Oct 26 12:07:22 2005

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

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