BzrSvn newbie: authentication

Manuel Vacelet manuel.vacelet at gmail.com
Tue Sep 9 12:16:27 BST 2008


On Tue, Sep 9, 2008 at 1:03 PM, Marius Kruger <amanic at gmail.com> wrote:
> 2008/9/3 Manuel Vacelet <manuel.vacelet at gmail.com>
>>
>> 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
>
>
> maybe try
> $> bzr checkout svn+http://manuel:password@server.com/svnroot/tool/trunk

Hello Marius,

This is deprecated and I get a seg fault:

> bzr checkout svn+http://manuel:password@server.com/svnroot/tool/trunk
The svn+ syntax is deprecated, use
http://manuel:password@server.com/svnroot/tool/trunk instead.
Segmentation fault (core dumped)



More information about the bazaar mailing list