bzr's error message "http does not support mkdir()" should suggest that the user needs to do
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar |
New
|
Undecided
|
Unassigned |
Bug Description
I was trying to propose a fix to Ubuntu core package. I even managed to create pull request https:/
$ bzr checkout https:/
$ cd minor-python3-fix/
$ vim backportpackage
$ bzr commit
bzr: ERROR: Cannot lock LockDir(http://
??? The original answer proposed to set username, but I had it set.
$ bzr whoami
anatoly techtonik <email address hidden>
What bzr needs to do after detecting that push over HTTPS is not possible (if that is the case - because it says about http, not HTTPS) is to figure out a write endpoint for the URL and try that instead.
It is not even push. What's going on?