今天程序員找到我說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.icoweb
他是須要輸入的而在web無法輸入因此報錯,百度了下app
vi ~/.subversion/servers ide
store-plaintext-passwords = yessvn
把註釋去掉了吧NO換成了 yesthis