Re: [Python-Dev] externals?

2012-11-19 Thread Trent Nelson
On Sun, Nov 18, 2012 at 04:18:43AM -0800, mar...@v.loewis.de wrote: > I'd like to stress that we don't need any versioning here. wget and > tar would be sufficient, except that it's Windows, so we have neither > wget nor tar. However, including a PowerShell script may be an option; > most developer

Re: [Python-Dev] externals?

2012-11-19 Thread Kristján Valur Jónsson
But that's what hg clone does. You have a lorry for your work at the mine. You don't need a Mini to go to the fishmongers. You can use your lorry even if you are not going to dump a tonne of ore on the pavement. K > -Original Message- > > What would be good would to be able to access

Re: [Python-Dev] externals?

2012-11-18 Thread Terry Reedy
On 11/18/2012 12:05 PM, Brian Curtin wrote: On Sun, Nov 18, 2012 at 6:18 AM, wrote: Zitat von Armin Rigo : Or have all versions in the same repo as usual (with branches), but have hg subrepos point to different repos: ones extracted from the main repo by containing only the correct branch.

Re: [Python-Dev] externals?

2012-11-18 Thread Brian Curtin
On Sun, Nov 18, 2012 at 6:18 AM, wrote: > > Zitat von Armin Rigo : > > >> Hi, >> >> On Sun, Nov 18, 2012 at 8:22 AM, Georg Brandl wrote: >>> >>> One way would be to use one hg repo per version, and (maybe, if needed) >>> a master repo that has them as subrepos. >> >> >> Or have all versions in t

Re: [Python-Dev] externals?

2012-11-18 Thread martin
Zitat von Armin Rigo : Hi, On Sun, Nov 18, 2012 at 8:22 AM, Georg Brandl wrote: One way would be to use one hg repo per version, and (maybe, if needed) a master repo that has them as subrepos. Or have all versions in the same repo as usual (with branches), but have hg subrepos point to dif

Re: [Python-Dev] externals?

2012-11-18 Thread Georg Brandl
Am 18.11.2012 10:00, schrieb Armin Rigo: > Hi, > > On Sun, Nov 18, 2012 at 8:22 AM, Georg Brandl wrote: >> One way would be to use one hg repo per version, and (maybe, if needed) >> a master repo that has them as subrepos. > > Or have all versions in the same repo as usual (with branches), but >

Re: [Python-Dev] externals?

2012-11-18 Thread Armin Rigo
Hi, On Sun, Nov 18, 2012 at 8:22 AM, Georg Brandl wrote: > One way would be to use one hg repo per version, and (maybe, if needed) > a master repo that has them as subrepos. Or have all versions in the same repo as usual (with branches), but have hg subrepos point to different repos: ones extrac

Re: [Python-Dev] externals?

2012-11-17 Thread Georg Brandl
Am 17.11.2012 23:47, schrieb mar...@v.loewis.de: > > Zitat von Kristján Valur Jónsson : > >> 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

Re: [Python-Dev] externals?

2012-11-17 Thread martin
Zitat von Kristján Valur Jónsson : 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

Re: [Python-Dev] externals?

2012-11-17 Thread Kristján Valur Jónsson
...@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 wind

Re: [Python-Dev] externals?

2012-11-16 Thread Trent Nelson
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\bui

Re: [Python-Dev] externals?

2012-11-15 Thread Kristján Valur Jónsson
hon-Dev (python-dev@python.org) > Subject: Re: [Python-Dev] externals? > > Their still in svn as far I know. > > 2012/11/13 Kristján Valur Jónsson : > > This may be a silly question, but haven‘t the python externals been > > moved to HG yet? > > > > I usuall

Re: [Python-Dev] externals?

2012-11-13 Thread Benjamin Peterson
2012/11/13 Benjamin Peterson : > Their still in svn as far I know. s/Their/They're -- Regards, Benjamin ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/o

Re: [Python-Dev] externals?

2012-11-13 Thread Benjamin Peterson
Their still in svn as far I know. 2012/11/13 Kristján Valur Jónsson : > This may be a silly question, but haven‘t the python externals been moved to > HG yet? > > I usually work on cpython without bothering with the externals, but I found > today that I needed them. On Windows this is a bit of a

[Python-Dev] externals?

2012-11-13 Thread Kristján Valur Jónsson
This may be a silly question, but haven't the python externals been moved to HG yet? I usually work on cpython without bothering with the externals, but I found today that I needed them. On Windows this is a bit of a bother. And I've thrown away all my SVN stuff... K __