yet another dvcs shootout (this time python-devel)
Mark A. Flacy
mflacy at verizon.net
Wed Nov 5 21:52:11 CST 2008
On 11/05/2008 05:04:52 PM, Paul Moore wrote:
>
> That's a huge difference, and certainly emphasizes the importance of
> not basing my opinions on older versions. I will see if I can try a
> newer version of Bazaar (although I'd be much happier to do so if a
> simple "unzip and go" Windows binary was available).
More timings on a Slackware 12.1 box:
flacy at flacy:/tmp/shared$ bzr init
Standalone tree (format: pack-0.92)
Location:
branch root: .
flacy at flacy:/tmp/shared$ time bzr branch
http://code.python.org/python/3.0
Branched 37415
revision(s).
real 9m43.480s
user 4m15.724s
sys 0m6.408s
flacy at flacy:/tmp/shared$ time bzr branch --stacked 3.0 3.0-test
Source format does not support stacking, using format: '1.6.1-rich-root'
Packs 5 rich-root (adds stacking support, requires bzr 1.6.1)
Created new stacked branch referring to
file:///tmp/shared/3.0/.
real 0m7.538s
user 0m3.012s
sys 0m0.904s
flacy at flacy:/tmp/shared$ du -s
321200 .
flacy at flacy:/tmp/shared$ bzr --version
Bazaar (bzr) 1.8
Python interpreter: /usr/bin/python 2.5.2
Python standard library: /usr/lib/python2.5
bzrlib: /usr/lib/python2.5/site-packages/bzrlib
Bazaar configuration: /home/flacy/.bazaar
Bazaar log file: /home/flacy/.bzr.log
Copyright 2005, 2006, 2007, 2008 Canonical Ltd.
http://bazaar-vcs.org/
bzr comes with ABSOLUTELY NO WARRANTY. bzr is free software, and
you may use, modify and redistribute it under the terms of the GNU
General Public License version 2 or later.
My /tmp is an xfs file system, if that's important.
--
Mark A. Flacy
More information about the Mercurial
mailing list