Re: [Python-Dev] git (Was: Encouraging developers)

2007-03-07 Thread Alexander Schremmer
Hi python-dev,

MvL wrote:

 the on-disk repository is mighty big and it doesn't work very well
 on non-Linux systems (at least, not last I looked.)

Yes, mercurial or Bazaar do its job better on Windows etc. (and are
written in Python :-)

 Not true.  The on-disk repository is now one of the more efficient
 ones.  

After packing the repository, yes (which has to be done manually).

 If this still makes git one of the more efficient
 dvcs systems, I don't want to see the other ones :-(

I do not know about speed issues in git, but I think that mercurial is
said to be nearly as fast as git - and at least updating repos seems to
work for me quickly.

Thomas A. Hein has setup a one-shot mirror of the CPython SVN with branch
support here: http://hg.intevation.org/tmp/python/python/

And there is a mirror here: http://hg.alexanderweb.de/python-temp/

You can clone it by running `hg clone URL`, and then `hg serve` to see the
repo in your web browser. For me that needed less than 5 minutes on a
well-connected machine.

For beginners, there is a nice explanation about DVCS here:
http://www.selenic.com/mercurial/wiki/index.cgi/UnderstandingMercurial

Kind regards,
Alexander


___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


Re: [Python-Dev] git (Was: Encouraging developers)

2007-03-06 Thread Martin v. Löwis
Neil Schemenauer schrieb:

 the on-disk repository is mighty big and it doesn't work very well
 on non-Linux systems (at least, not last I looked.)
 
 Not true.  The on-disk repository is now one of the more efficient
 ones.  

Which is a relative quality :-) Every time I update the Linux kernel
sandbox I have, it takes many many minutes to run, and often aborts
with a timeout. If this still makes git one of the more efficient
dvcs systems, I don't want to see the other ones :-(

Thinking of git always makes me not complain about the time subversion
needs to produce a certain log message...

Regards,
Martin
___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com