yade-dev team mailing list archive
-
yade-dev team
-
Mailing list archive
-
Message #01597
Re: BZR migration
> we tried to migrate once. The problem was an insanely long first
> checkout and huge amount of used disk space. Does this problem is
> still present in BZR ? Also see:
FWIV, I tried an experiment with full imported SVN (up to r1910) with
the following results:
1. Full repository checkout (including history going back to rev 0):
bzr branch lp:~eudoxos/yade/trunk-from-svn
Downloads about 30MB, is limited only by downlink throughput. Takes 24MB
on hdd. Diff without changes is instantaneous.
2. Lightweight checkout
bzr branch --lightweight lp:~eudoxos/yade/trunk-from-svn
Downloads about 4 MB, takes 10MB on the disk. Diff takes about 25s on my
connection then.
Vaclav
Follow ups
References