http authentication with bzr checkout
Tro
troworld at gmail.com
Thu Jul 24 15:53:40 BST 2008
On Fri, Jul 18, 2008 at 4:14 AM, Viktor Nagy <viktor.nagy at gmail.com> wrote:
> Hello!
>
> I've a strange problem. I have a bazaar repository behind Apache AuthType Basic
>
> when I check it from my browser, I can log in, and everything seems to be nice
>
> but when I go with
> http://myname@myhomeip.homeip.net/repos/Dokumentumok/
>
> then I just can't authenticate. my apache log says Password Mismatch,
> although the password I provide works in the browser
>
> how could I check what goes wrong?
I don't really know what's wrong, but here's a couple of things to try:
1. put the password in the url: http://myname:password@...
2. use a different encryption scheme with the htpasswd command
Which version of bzr are you using? I use AuthType Basic with
https+webdav and it works just fine for me.
Cheers,
Tro
More information about the bazaar
mailing list