Comment 1 for bug 506196

Revision history for this message
Chris Morgan (chris.morgan) wrote : Re: SVN checkout failing with empty authentication details

spiv suggested in IRC to add svn+ to the start of the URL. This worked.

So: `bzr co http://code.djangoproject.com/svn/django/trunk/ django-trunk` doesn't work
But: `bzr co svn+http://code.djangoproject.com/svn/django/trunk/ django-trunk` does work