标签:svn
今天程序员找到我说svn web界面中svn up 报错,于是我马不停蹄的去看了下确实报错, 我就看了下日志果然报了很多错误根据最后一条判断-----------------------------------------------------------------------
ATTENTION! Your password for authentication realm:
<http://10.15.200.30:80> product svn
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
‘/sbin/.subversion/servers‘.
-----------------------------------------------------------------------
Store password unencrypted (yes/no)? [Wed Sep 23 10:27:27 2015] [error] [client 10.19.140.69] File does not exist: /export/home/cms/www/favicon.ico
[Wed Sep 23 10:27:28 2015] [error] [client 10.19.140.69] File does not exist: /export/home/cms/www/favicon.ico
他是需要输入的而在web没法输入所以报错,百度了下
vi ~/.subversion/servers
store-plaintext-passwords = yes
把注释去掉了吧NO换成了 yes
本文出自 “linux” 博客,请务必保留此出处http://changlongde.blog.51cto.com/8951124/1697938
标签:svn
原文地址:http://changlongde.blog.51cto.com/8951124/1697938