bzr-specific protocols
Martin Pool
martinpool at gmail.com
Thu Sep 1 04:20:27 BST 2005
On 9/1/05, Aaron Bentley <aaron.bentley at utoronto.ca> wrote:
> I like the fact that I can click a bzr link in my web browser, and
> explore the working tree.
I do too.
I think it would be OK to have a smart server provide a superset of
what you would normally get from the protocol. For example we could
get something like
http://panoramicfeedback.com/bzr.24,format=tgz
To get the whole thing in one go. If that's 404 because it's on a
dumb server fall back to the regular method. (Usual questions about
once-and-only-once vs optimization, etc.)
> Perhaps we could use the fragment identifier to hint the resource type:
> http://panoramicfeedback.com/bzr.24#bzr
The other thread persuaded me ,rev is probably the way to go.
In particular consider that bzrweb might want to use # anchors to
scroll within an html page, and ,rev to choose a version.
--
Martin
More information about the bazaar
mailing list