Visitor :

May 4, 2009

Setting property in svn repository

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).


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

namevalue
svn:eol-stylenative
svn:executable*

No comments:

Post a Comment