yet another dvcs shootout (this time python-devel)

Arne Bab. Arne_Bab at web.de
Wed Nov 5 03:19:55 CST 2008


Von: "TK Soh" <teekaysoh at gmail.com>
> On Wed, Nov 5, 2008 at 3:15 AM, Neal Becker <ndbecker2 at gmail.com> wrote:
> > In case anyone knowledgeable would like to participate, there is now a discussion of choosing a dvcs (hg, bzr, git) for python-devel.
> 
> Where can I find the discussions?

Here's some data for the discussion: 

-----------------------------------------------------------------------------------
$ time bzr branch http://code.python.org/python/3.0
No handlers could be found for logger "bzr"
- [========================                                    ] Copying inventory texts 2/5^| [=====================================================================] Finishing pack 5/5^[20225] 2008-11-05 10:14:24.775 INFO: Branched 37407 revision(s).
Branched 37407 revision(s).

real    22m9.619s
user    11m29.244s
sys     0m14.302s




$ time hg clone http://code.python.org/hg/branches/py3k/
destination directory: py3k
requesting all changes
adding changesets
adding manifests
adding file changes
added 2532 changesets with 16692 changes to 4528 files
updating working directory
3283 files updated, 0 files merged, 0 files removed, 0 files unresolved

real    0m40.831s
user    0m14.545s
sys     0m3.896s




$ du -hs 3.0/ 3.0/.bzr py3k/ py3k/.hg
262M    3.0/
212M    3.0/.bzr
85M     py3k/
34M     py3k/.hg




$ bzr --version
No handlers could be found for logger "bzr"
Bazaar (bzr) 1.5
  Python interpreter: /usr/bin/python 2.5.2
  Python standard library: /usr/lib64/python2.5
  bzrlib: /usr/lib64/python2.5/site-packages/bzrlib
  Bazaar configuration: /home/arne/.bazaar
  Bazaar log file: /home/arne/.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.



$ hg --version
Mercurial Distributed SCM (version 1.0.2)

Copyright (C) 2005-2008 Matt Mackall <mpm at selenic.com> and others
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

-----------------------------------------------------------------------------------

Sidenote: bzr branch did *hurt*!

Best wishes, 
Arne
-- 
unpolitisch sein
heißt politisch sein, 
ohne es zu merken. 
- Arne
________________________________________________________________________
Schon gehört? Bei WEB.DE gibt' s viele kostenlose Spiele:
http://games.entertainment.web.de/de/entertainment/games/free/index.html

-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 1758 bytes
Desc: S/MIME Cryptographic Signature
Url : http://selenic.com/pipermail/mercurial/attachments/20081105/04665d7e/attachment.bin 


More information about the Mercurial mailing list