anonymous bzr-svn checkout asks for password
John Szakmeister
john at szakmeister.net
Thu Nov 5 09:28:14 GMT 2009
On Thu, Nov 5, 2009 at 4:23 AM, }--o <viktor.nagy at gmail.com> wrote:
> Hi,
>
> I would like to check out
>
> svn co http://code.djangoproject.com/svn/django/trunk/
>
> using bzr-svn, but it asks for a password.
>
> this is the first time I'm trying to use bzr-svn, so the following commands
> might be wrong:
> $ bzr checkout http://code.djangoproject.com/svn/django/trunk/ django
> $ bzr branch http://code.djangoproject.com/svn/django/trunk/ django
>
> could someone help me out, please
Which version of bzr-svn are you using?
The simple answer is to use 'svn+http://' to access it. It's probably
the probe bzr-svn does to see if the url is a Subversion server or not
that the server is unhappy with. Adding the 'svn+' to the front
circumvents that probe.
HTH!
-John
More information about the bazaar
mailing list