On Sun, Jan 29, 2006 at 12:18:45PM +0100, Radoslaw Szkodzinski wrote:
The only drawback is local cloning. This operation is like 4x slower
than plain copying of the repository. Probably because it works like an
ssh clone - creates a pack, copies it, then unpacks. This is just
inefficient on a local machine.
Have you tried the "-l" option for cloneing locally? It's _very_ fast,
even for my tiny little old laptop.
If you add a "-n" that will not checkout the source tree, so you can
compare the time of cloning with the checkout portion.
thanks,
greg k-h