'SVN'에 해당되는 글 2건

  1. 2009.04.17 Setting property in svn repository
  2. 2009.03.25 svn과 연동 (svnkit)
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 '김용환'
,

svn과 연동 (svnkit)

java core 2009. 3. 25. 04:04

'java core' 카테고리의 다른 글

JMX를 통해서 cpu 정보 구하기  (0) 2009.03.25
Java Memory 이야기  (0) 2009.03.25
exception시 어떻게 되는가?  (0) 2009.03.05
PermGen에서의 OutOfMemoryError 발생 대처하기  (0) 2009.02.25
Generic Erasure  (0) 2009.02.24
Posted by '김용환'
,