본문 바로가기

Linux

svn에서 체크아웃 할 때 암호 입력과 관련된 에러 발생시

[erato@buzz src]$ svn co https://123.142.29.83/svn/cosmos/root/trunk cosmos_crux
인증 영역(realm): <https://123.142.29.83:443> TVSTORM Subversion
'erato'의 암호:
-----------------------------------------------------------------------
ATTENTION!  Your password for authentication realm:

   <https://123.142.29.83:443> TVSTORM Subversion

can only be stored to disk unencrypted!  You are advised to configure
your system so that Subversion can store passwords encrypted, if
possible.  See the documentation for details.

You can avoid future appearances of this warning by setting the value
of the 'store-plaintext-passwords' option to either 'yes' or 'no' in
'/home/erato/.subversion/servers'.
-----------------------------------------------------------------------
Store password unencrypted (yes/no)? yes
Please type 'yes' or 'no': YES
Please type 'yes' or 'no': ys
Please type 'yes' or 'no': y


위에서처럼 에러가 발생한다면 다음과 같이 체크아웃 할 때 암호를 입력해줘서 받으면 된다.
svn co https://123.142.29.83/svn/cosmos/root/trunk cosmos_crux --password ****

혹은 한글로 '예'라고 입력하면 된다고 하던데? 진짜일까? 이건 안해봤다..ㅎㅎ

'Linux' 카테고리의 다른 글

fedora에서 tftp 설정  (0) 2010.10.11
VIM 설정  (0) 2010.06.18
터미널에 표시되는 내용을 파일로 저장하기  (0) 2010.03.23
tar 압축할 때 특정 파일이나 폴더 제외하기  (0) 2010.03.05
시스템 시간설정 [rdate]  (0) 2010.03.04