Writing to LP mirrored branch gives unclear error
Bug #501947 reported by
Matt Nordhoff
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar |
Confirmed
|
Low
|
Unassigned | ||
Breezy |
Triaged
|
Low
|
Unassigned | ||
Launchpad itself |
Triaged
|
Low
|
Unassigned |
Bug Description
Trying to write to a mirrored branch on Launchpad just gives the generic "readonly transport" error message, which isn't very useful.
This came up in #bzr a couple days ago, and it took 3 of us half an hour to realize what was going on. :P
$ bzr push lp:~mnordhoff/loggerhead/cheezum
bzr: ERROR: Cannot lock LockDir(
tags: | added: launchpad lpurl |
tags: | added: check-for-breezy |
Changed in brz: | |
status: | New → Triaged |
importance: | Undecided → Low |
tags: | removed: check-for-breezy |
To post a comment you must log in.
There is another bug about the poor 'Transport operation not possible' message in the general case.
Presumably this case we'd like Launchpad to say "can't write to mirrored branch" across the bzr protocol, and then to have bzr report that error. That may not need any code changes in bzr.
Over plain http it may be hard.