Warning: file_get_contents(/data/phpspider/zhask/data//catemap/7/image/5.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Passwords 如何使用bzr svn保存subversion密码_Passwords_Bazaar_Bzr Svn_Bazaar Plugins - Fatal编程技术网

Passwords 如何使用bzr svn保存subversion密码

Passwords 如何使用bzr svn保存subversion密码,passwords,bazaar,bzr-svn,bazaar-plugins,Passwords,Bazaar,Bzr Svn,Bazaar Plugins,我正在使用bzr svn来使用bazaar来chekout svn存储库。但是bzr svn每次都要求输入密码,我搜索web以了解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' #trie

我正在使用bzr svn来使用bazaar来chekout svn存储库。但是bzr svn每次都要求输入密码,我搜索web以了解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
我将下面的部分放在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中,但得到了相同的结果/错误

如何使用bzr svn而不每次都键入密码?

我从#bzr IRC频道了解到,bzr svn可以使用常规subversion客户端的缓存身份验证信息

您只需使用svn签出项目一次,保存用户名和密码。之后,bzr svn可以使用此密码