re-added support for ghosts in newformat
Robert Collins
robertc at robertcollins.net
Wed Oct 5 01:29:02 BST 2005
On Tue, 2005-10-04 at 17:36 -0500, John A Meinel wrote:
> Actually, it is much worse than a simple probe.
>
> The problem is that in my code, I was able to use "has_multi" which
> should allow a pipelined check, if you requested 50 files, I could check
> for their existence in a single command.
Well, there are two cases I can see here. With a smart server, you'd be
asking for the file ids, not the disk names, so - no problem. Without a
smart server, you would have to issue at most 2 requests:
one for the 50
one for those of the 50 that the first did not find.
I'm curious what mechanism you are using to [efficiently] probe for 50
objects remotely though.
> Do you feel that CompressedText has a future? I thought we only needed
> to support it to allow for "bzr upgrade".
Well, I've been turning on compression for revisions in my baz2bzr
branches, because I have a lot of revisions.
Rob
--
GPG key available at: <http://www.robertcollins.net/keys.txt>.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
Url : https://lists.ubuntu.com/archives/bazaar/attachments/20051005/a97cdc6b/attachment.pgp
More information about the bazaar
mailing list