BzrSvn newbie: authentication
Manuel Vacelet
manuel.vacelet at gmail.com
Wed Sep 3 10:39:01 BST 2008
Hello,
As a newbie in Bzr and BzrSvn world I have a question about authentication.
According to BzrSvn doc, using BzrSvn 0.4.12, Bzr 1.6 and Svn 1.5.2 I
should be prompted for my credentials when I try to access to a
subversion http server:
http://samba.org/~jelmer/bzr-svn/FAQ.html#i-am-unable-to-access-a-repository-that-requires-user-password-authentication-or-uses-self-signed-ssl-certificates
As you can imagine, I'm not asked to enter my login & password, I just get:
$> bzr checkout http://server.com/svnroot/tool/trunk
bzr: ERROR: Invalid http response for
http://server.com/svnroot/tool/trunk/.bzr/branch-format: Unable to
handle http code 401: Authorization Required
If I add my login in the url:
$> bzr checkout http://manuel:password@server.com/svnroot/tool/trunk
Needs at least Python2.5 or Python2.4 with the pysqlite2 module
bzr: ERROR: missing sqlite library
I installed python 2.5.2, bazaar 1.6 & svn 1.5.2 in a dedicated prefix
on my RHEL3 (/opt/bzr) and while bzr seems happy with that (bzr just
works great), bzrsvn (I guess) doesn't.
Can you help me ?
Best regards,
Manuel
More information about the bazaar
mailing list