현상)
shell script를 그냥 subversion에 그냥 commit 하면,
shell의 file type이 executable이 되지 않거나, ^M 이 줄 마지막에 들어가게 되어 /bin/bash^M: bad interpreter: No such file or directory 에러가 날 수 있다.
해결)
아래 property값이 commit되게 한다.
svn:eol-stype=native
svn:executable=*
'Web service' 카테고리의 다른 글
Redis 어드민 (INFO, MONITOR) (0) | 2012.09.03 |
---|---|
Apache Http 4.2 의 PoolingClientConnectionManager 강추 (0) | 2012.09.03 |
Tomcat log roate 관련 (0) | 2012.08.30 |
nginx - can't identify protocol 이슈 (0) | 2012.08.06 |
Spring의 AbstraceDataSourceRouter를 사용하면서 MyBatis의 SqlSessionFactory를 매번 생성할 때 성능에 주는 영향 (0) | 2012.06.26 |