Brief article on benchmarks of Python repository with leading DVCSen

Marius Kruger amanic at gmail.com
Wed Feb 11 20:28:01 GMT 2009


2009/2/11 Nicholas Allen <nick.allen at onlinehome.de>

> >
> > If revisions are stored in the branches, why would you store them in the
> > cache?
>
> So that if you branch again from a remote location (and you are not in a
> shared repository) it won't download the revisions again.
>

We might not even need to store the repository data in the cache,
but just keep an index of where revisions are stored on the local machine.
If these indexes have not been used for some time, or they became invalid
(because the target was moved), they may be safely discarded.

This type of idea might also help the implementation of automatic local
stacking, which I've seen people discuss somewhere.

this is a crazy idea, but it might just work :)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://lists.ubuntu.com/archives/bazaar/attachments/20090211/0e5f5eca/attachment.htm 


More information about the bazaar mailing list