之前幾天在Linux Server上重新創建了一個新的環境,用自己的帳號check out了新的代碼,但是發現每次update的時候需要輸入密碼,很繁。Google了一下,其中一個解決方法是在/home/<user>/.subversion/目錄下的config文件找到一下配置:
### Section for authentication and authorization customizations.
[auth]
### Set store-passwords to 'no' to avoid storing passwords in the
### auth/ area of your config directory. It defaults to 'yes'.
### Note that this option only prevents saving of *new* passwords;
### it doesn't invalidate existing passwords. (To do that, remove
### the cache files by hand as described in the Subversion book.)
# store-passwords = no
將“store-passwords = no” 注釋掉或將其值設置成true。
posted on 2012-11-02 15:13
DLevin 閱讀(4465)
評論(1) 編輯 收藏 所屬分類:
經驗積累