[python-committers] [PSF-Members] Code Simplicity » Open Source Community, Simplified

Daniel Stutzbach stutzbach at google.com
Mon Feb 7 18:25:15 CET 2011


On Sat, Feb 5, 2011 at 12:12 PM, "Martin v. Löwis" <martin at v.loewis.de>wrote:

> - Make local clones, one per branch, and then push across them.
>

Like Victor, I have been using git to talk to the Python SVN servers for
some time now.  I have been using the strategy Martin proposes here with
great success.

I seem to recall reading that hg makes cheap clones by using hard links for
files that are the same in both clones (i.e., the common revision history
before they branched).

-- 
Daniel Stutzbach
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-committers/attachments/20110207/8bc68b06/attachment.html>


More information about the python-committers mailing list