Thanks for your pro-tip.  Might I suggest that it ought to go into the dev FAQ? 
 Along with an explanation that a windows dev has to have SVN installed too, 
just for the laughs?
I think there might be a benefit to moving at least the current externals to a 
separate HG repository.  We could easily have multiple branches in that repo 
reflecting the required externals for each version under active HG development).
There is an inherent drawback in having to rely on two different RCS to fetch 
the necessary stuff, imho.
K

-----Original Message-----
From: Trent Nelson [mailto:tr...@snakebite.org] 
Sent: 16. nóvember 2012 12:13
To: Kristján Valur Jónsson
Cc: Benjamin Peterson; Python-Dev (python-dev@python.org)
Subject: Re: [Python-Dev] externals?

On Thu, Nov 15, 2012 at 01:20:09AM -0800, Kristj?n Valur J?nsson wrote:
> Perhaps the unix makefiles get the proper version, but a windows developer 
> has to fetch those externals manually.

    Pro-tip: if you're developing on Windows, you're mad if you don't
    prime your dev env with Tools\buildbot\externals.bat.  It takes
    care of *everything*.  I wish every proprietary UNIX system we
    support had something similar.

> Also, is there any reason to keep this in svn?

    I think it's more a case of there being no tangible benefit (and
    numerous drawbacks) to switching it to hg.  I personally have no
    need for a local hg repo with 30 different Tcl/Tk histories in
    it.

    Subversion's good for this sort of use case.  The externals repo
    gets committed to maybe, what, 3-4 times a year?

> Why not check this in to HG, we need not worry about history, etc.

    Who are these mystical people worried about history? ;-)

        Trent.


_______________________________________________
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

Reply via email to