우분투 컴퓨터에 SVN을 설치했는데 머리가 어두워요.
터미널에서 무언가를 체크 아웃 할 때마다 암호화되지 않은 비밀번호 저장에 대한이 오류가 발생합니다.
-----------------------------------------------------------------------
ATTENTION! Your password for authentication realm:
<[...]> Subversion Repository
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/[...]/.subversion/servers'.
-----------------------------------------------------------------------
나는 그것을 조금 고글했지만 유용한 것을 찾을 수 없었다. 나는 이것이 서버 문제가 아니라 클라이언트 문제라고 말한 주제를 찾았지만 여전히 확신하지 못합니다.
"시스템 구성"이라고되어 있습니다. 그것은 정확히 무엇을 의미합니까? 서버 또는 클라이언트? 내가 서버라면 할 수있는 일이 있습니까? 경고를 숨기는 것 외에 (말한대로) ...
감사!