On Sat, Feb 5, 2011 at 12:12 PM, "Martin v. Löwis" <mar...@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
_______________________________________________
python-committers mailing list
python-committers@python.org
http://mail.python.org/mailman/listinfo/python-committers

Reply via email to