Setting property is possible in svn server like below.

${HOME}/.subversion/config

[auto-props]

*.c = svn:eol-style=native

*.rng = svn:eol-style=native
..

Besides, in source, there is a way to set property (using svn client).

<In Eclipse's subversive or subclipse>

Right-click on a certain sh file, see menu below.
Team>>Show Properties>>Add Property 

namevalue
svn:eol-style native
svn:executable *


Posted by '김용환'
,