bzr push --use-existing-dir fails poorly on non-extant series branches
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar |
Confirmed
|
High
|
Unassigned | ||
Breezy |
Triaged
|
Low
|
Unassigned | ||
Launchpad itself |
Triaged
|
High
|
Unassigned | ||
marionnet |
Invalid
|
Low
|
Unassigned | ||
ocamlbricks |
Invalid
|
Low
|
Unassigned |
Bug Description
I can't upload code to one of branches in my project. First time it's look like:
$ bzr push lp:ubuntu-ru-portal/dokuwiki-userlink-plugin --use-existing-dir
bzr: ERROR: Permission denied: "+branch/
Then I try to execute this command again and it show a lot of such errors:
$ bzr push lp:ubuntu-ru-portal/dokuwiki-userlink-plugin --use-existing-dir
Exception RuntimeError: 'maximum recursion depth exceeded in __subclasscheck__' in <type 'exceptions.
Exception RuntimeError: 'maximum recursion depth exceeded in __subclasscheck__' in <type 'exceptions.
But I can correctly push code to all other branches of this project, can commit with checkout. I have problems only with this branch. I've tried to recreate it at launchpad, tried to recreate local branch, but errors still here.
affects: | launchpad → launchpad-code |
Changed in marionnet: | |
importance: | Undecided → High |
Changed in ocamlbricks: | |
importance: | Undecided → High |
Changed in marionnet: | |
importance: | High → Medium |
Changed in ocamlbricks: | |
importance: | High → Medium |
Changed in launchpad-code: | |
importance: | Undecided → Medium |
status: | New → Triaged |
tags: | added: codehosting |
Changed in marionnet: | |
importance: | Medium → Low |
Changed in ocamlbricks: | |
importance: | Medium → Low |
Changed in bzr: | |
status: | New → Confirmed |
importance: | Undecided → High |
summary: |
- Can't upload branch - permission denied + bzr push --use-existing-dir fails poorly on non-extant series branches |
tags: | added: check-for-breezy |
Changed in marionnet: | |
status: | New → Invalid |
Changed in ocamlbricks: | |
status: | New → Invalid |
Changed in brz: | |
status: | New → Triaged |
importance: | Undecided → Low |
tags: | removed: check-for-breezy |
This occurs both with bzr 2.3b3 and with bzr trunk (as of 2010-11-17).