url formats/mechanisms
Robert Collins
robertc at robertcollins.net
Sun Oct 23 07:47:33 BST 2005
On Thu, 2005-10-20 at 09:57 -0400, Aaron Bentley wrote:
> There aren't any good rsync libraries (ask Martin why :-) so we have to
> use the commandline tool, which is only really good for batched
> download, not any kind of smart operation like partial retrieval or
> incremental download queueing. So I think the best way to do an
> implementation of 'native' rsync would be to make/update a local mirror,
> then do operations using the local mirror.
As it happens, I was asking Martin this on Thursday :).
The rsync protocol is unable to send incremental requests - its batch at
a time, connection per batch. :p.
I think we *might* be able to do something with ssh rsync where we
invoke rsync for each batch, which would at least reduce three-way
handshaking.
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/20051023/771d88f6/attachment.pgp
More information about the bazaar
mailing list