can't tell whether bazaar wants to write a branch when opening it
Bug #566276 reported by
Aaron Bentley
on 2010-04-18
This bug affects 4 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| Bazaar |
Wishlist
|
Unassigned | ||
| Breezy |
Medium
|
Jelmer Vernooij |
Bug Description
This would allow us to create projects when doing lp name resolution and create appropriate links to productseries.
It would allow us to provide extra security by doing readonly transports for read-only operations.
It would make horizontal scaling of readonly operations easier.
It would allow clearer errors when attempting to write to branch with no lp login.
Robert Collins (lifeless) wrote : Re: [Bug 566276] [NEW] can't tell whether bazaar wants to write a branch when opening it | #1 |
Robert Collins (lifeless) wrote : | #2 |
Also I thought this was a dup, but I can't see one trivially.
Changed in bzr: | |
status: | New → Confirmed |
importance: | Undecided → Wishlist |
Michael Hudson-Doyle (mwhudson) wrote : | #3 |
Another use case for this would be to direct read-only lp:foo requests to a protocol that doesn't require authentication, which would make life a bunch nicer for us high-latency people.
Martin Pool (mbp) wrote : | #4 |
This should be considered as part of the overall lp-login and lp-url story.
tags: | added: lpurl |
Jelmer Vernooij (jelmer)
on 2017-11-09
tags: | added: check-for-breezy |
Jelmer Vernooij (jelmer) wrote : | #5 |
There is some support for this in Breezy.
tags: | removed: check-for-breezy |
Changed in brz: | |
status: | New → In Progress |
importance: | Undecided → Medium |
assignee: | nobody → Jelmer Vernooij (jelmer) |
Jelmer Vernooij (jelmer)
on 2020-01-31
Changed in brz: | |
status: | In Progress → Fix Committed |
milestone: | none → 3.1.0 |
Jelmer Vernooij (jelmer)
on 2020-07-21
Changed in brz: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
The use cases sound intriguing. I'm not sure about making projects, as LP
wants a lot of details there, but certainly making series just-in-time would
be great. Couldn't you do that today by just making them on the first
mutating call ? Like, you could pretend to have a blank branch at a new
series? Just speculating aloud.