1.
command prompt 에서

svn 으로 특수문자 (@ 기호)가 들어간 파일을 add 하려고 하면 에러가 난다.

이 때는 파일명 뒤에 @ 를 덪붙여 주면 해결된다.



2.
커밋을 하려고 할 때, 비밀번호를 저장할 것인지 물어보는 경우가 있는데
아무리 입력해도 넘어가지 않는 경우가 있다.

이럴 때는 맨 아래처럼 한글로 입력하면 넘어간다.

Store password unencrypted (yes/no)? yes
Please type 'yes' or 'no': YES
Please type 'yes' or 'no': yes
Please type 'yes' or 'no':
Please type 'yes' or 'no':
Please type 'yes' or 'no': es
Please type 'yes' or 'no': yes
Please type 'yes' or 'no': y
Please type 'yes' or 'no': yes
Please type 'yes' or 'no': 'yes'
Please type 'yes' or 'no': yes

Please type 'yes' or 'no':


'programming' 카테고리의 다른 글

fedora D language package  (0) 2012.12.25
argument 와 parameter 의 차이  (0) 2012.02.10
svn+ssh 포트 번호 변경시 설정  (0) 2011.03.29
subversion 백업과 복원  (0) 2011.03.29
lua library 설치  (0) 2010.12.07
Latest update: 2011. 7. 3. 15:53