【发布时间】:2011-04-18 23:30:24
【问题描述】:
我在 Ubuntu 机器上安装了 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'.
-----------------------------------------------------------------------
我看了一会儿,但找不到任何有用的东西。我发现一个主题说这是客户端问题,而不是服务器问题,但我仍然不相信。
上面写着“配置你的系统”;这到底是什么意思?服务器还是客户端?如果我是服务器,我能做些什么吗?除了隐藏警告(就像它说的那样)......
谢谢!
【问题讨论】:
-
该问题是关于如果您不想加密密码,如何隐藏警告。这个问题是关于如何配置系统以正确加密密码。
标签: svn unix encryption passwords