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
name | value |
---|---|
svn:eol-style | native |
svn:executable | * |
No comments:
Post a Comment