码迷,mamicode.com
首页 > Web开发 > 详细

svn web页面svn up报错

时间:2015-09-25 04:09:44      阅读:144      评论:0      收藏:0      [点我收藏+]

标签: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 web页面svn up报错

标签:svn

原文地址:http://changlongde.blog.51cto.com/8951124/1697938

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!