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
| name | value |
|---|---|
| svn:eol-style | native |
| svn:executable | * |
'svn' 카테고리의 다른 글
| [대용량 파일 다운받기] git annex in gitlab (0) | 2015.02.24 |
|---|---|
| PC에 svn 서버 설치 도움되는 Site (0) | 2010.09.06 |
| php 로깅 관련 (0) | 2008.01.18 |
| cvs에서 cvs checkout: failed to create lock directory 에러 문제 (0) | 2007.12.06 |
| [펌] svn 사용법 (0) | 2006.01.17 |


