Comment 0 for bug 256612

Revision history for this message
Mark Hammond (mhammond) wrote : 401 (unauthorized) response forces 'svn+' prefix

Jelmer recently wrote when announcing 0.4.11rc1:

> The "svn+https://..." syntax has been deprecated. It still works in the
> current release but will be removed in the future. If you are unable to
> get a repository to work without the svn+ prefix, please file a bug.

If I do:

% bzr branch https://svn.enfoldsystems.com/internal
bzr: ERROR: Invalid http response for https://svn.enfoldsystems.com/internal/.bzr/branch-format: Unable to handle http code 401: expected 200 or 404 for full response.

It seems the 401 is confusing things. If I supply svn+:

% bzr branch svn+https://svn.enfoldsystems.com/internal
The svn+ syntax is deprecated, use https://svn.enfoldsystems.com/internal instead.
<https://svn.enfoldsystems.com:443> Enfold Systems mhammond password:

I enter the password and the pull begins.