Comment 4 for bug 770464

Revision history for this message
Kirill Danilov (donz4all) wrote : Re: Need realm parameter in authentication config file

       >Yes, at different paths, paths are available for filtering. But you can't have several realms on the same path.

Right. But why do I receive the same information about host during both authentication? Settings for wpad:8080 are ignored if I point them in authentication.conf. So for a now I have no way to make authentication automatic. I have to input two logins and two passwords every time I need communication with this server.

      >Because we don't know the realm before contacting the host so they are not a meaningful way to predict which credentials should be sued.

But you know it after first fail. After that bzr can get right credentials from authentication.conf depart from realm. This will be enough for my case.

       >subversion use a different mean to remember credentials (and don't query bzr to get them). You should issue a successful >request with svn to make it store these credentials and reuse them.

My local repository is Bazaar type. Subversion is only on remote server. And I don't understand how proxy and http authentication are related to subversion. Bzr has no information about destination repository during auth phase.
I have already done successful requests to this server from subversion but on another local repository. I can't find out how to link my bazaar local repository with subversion config files.