You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Damir Shayhutdinov <da...@tecon.ru> on 2005/10/26 10:05:19 UTC

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

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