【发布时间】:2010-07-02 13:42:39
【问题描述】:
我正在使用 bzr-svn 通过 bazaar 来检查 svn 存储库。但是bzr-svn每次都要求输入密码,我上网查了一下authentication.conf
我把下面部分authentication.conf
[something]
scheme=svn+http #tried http only or svn only
host=uuuuuu.com
path=/svn/project #tried without stating path
user=wwwww
password='mmmmmm' #tried without quotes
在所有情况下,要么提示我输入密码,要么出现以下错误
bzr: ERROR: Permission denied: ".": OPTIONS of 'http://xxxxxxxxx/': authorization failed: Could not authenticate to server: rejected Basic challenge (http://gamernetwork.unfuddle.com)
我在 bazaar.conf 和 subversion.conf 中放入了相同的 sn-p,但得到了相同的结果/错误。
如何在不每次输入密码的情况下使用 bzr-svn?
【问题讨论】:
标签: passwords bazaar bzr-svn bazaar-plugins