Comment 11 for bug 120768

Revision history for this message
Bronislav Gabrhelik (bgabrhelik) wrote :

I tried to workaround this by adding username & password into an URL.

bzr svn-import http://uid:pwd@server/path-to-repos directory

In one respect it helps, so connection to repository succeeds, but after it scans revisions it doesn't find any matching branch. The reason is probably that PROPFIND returns URL without uid:pwd, so it is different to entered URL in command line.

This might be an alternative solution after small fix, maibe easier than adding the new command line arguments, or prompting for uid/pwd.