Branch exists in web ui but can't be accessed via bzr
Bug #526820 reported by
Martin Owens
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ground Control |
Confirmed
|
Medium
|
Unassigned |
Bug Description
Trying to do either bzr branch or bzr checkout on an empty launchpad repository:
bzr branch lp:~ubuntu-minnesota/ubuntu-minnesota-projects/website
causes the error:
bzr: ERROR: Not a branch: "bzr+ssh:
This error is passed along to groundcontrol users and is confusing and upsetting as it seems to be telling them that their branch that they can see in launchpad, doesn't exist.
What I found out is that the branch has no revisions. It _is_ a branch, it's just an empty one, a sproutling perhaps.
Is it possible to get bazaar to give more meaningful error text in the case where it finds an empty launchpad bazaar branch?
Changed in groundcontrol: | |
importance: | Undecided → Medium |
To post a comment you must log in.
Thanks for reporting this, I'm very interested in hearing feedback from ground-control users.
That branch does not in fact seem to exist yet at the bzr level, eg https:/ /bazaar. launchpad. net/~ubuntu- minnesota/ ubuntu- minnesota- projects/ website/ .bzr is 404. This may be a reflection of people creating the branch in the web ui but not yet pushing to it. I believe the lp code team is going to block that. If you push to or initialize that branch inside bzr then it should be ok.