2020년 7월 20일 월요일

SVN 리눅스 체크아웃 시 Please type 'yes' or 'no' 문제

SVN 체크아웃을 처음할 시 비밀번호 암호화 관련하여 묻는 게 나옵니다.

-----------------------------------------------------------------------
ATTENTION!  Your password for authentication realm:

   <https://~~~> VisualSVN Server

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/USERNAME/.subversion/servers'.
-----------------------------------------------------------------------

Please type 'yes' or 'no' :
에 yes를 쳐도 똑같이 되풀이하면서 묻는 경우가 있는데요,

vi /home/ieumfile/.subversion/servers 를 실행한 뒤,

#store-passwords = no
#store-plaintext-passwords = no
부분을 주석을 풀어주고 해당 값을 no에서 yes로 바꾸었습니다.

store-passwords = yes
store-plaintext-passwords = yes

이렇게 바꾸니 더 이상 묻지 않습니다.


로케일 문제로 "예"로 치면은 된다고 하네요.
이 부분은 문제 해결 후 확인하여 직접 확인은 못해봤습니다.



#linux #svn #centos

댓글 없음:

댓글 쓰기