bzr-svn を使用して、bazaar を使用して svn リポジトリをチェックアウトしています。しかし、bzr-svn は毎回パスワードを要求するので、Web を検索して 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 に同じスニペットを入れましたが、同じ結果/エラーが発生しました。
毎回パスワードを入力せずに bzr-svn を使用するにはどうすればよいですか?