[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: [PATCH] remove hardcoded python versions

From: C. Michael Pilato <cmpilato_at_collab.net>
Date: Thu, 24 Jan 2008 17:12:36 -0500

Eric Gillespie wrote:
> "C. Michael Pilato" <cmpilato_at_collab.net> writes:
>
>> Olaf Hering wrote:
>>> Just use plain python binary.
>>> Everyone has a recent python installed, noone ships python2.2 named binaries.
>>>
>>> --- tools/server-side/svn_dav_log_parse.py
>>> +++ tools/server-side/svn_dav_log_parse.py
>>> @@ -1,4 +1,4 @@
>>> -#!/usr/bin/python2.2
>>> +#!/usr/bin/python
>
>> Committed in r28999. Thanks.
>
> -0, I'd like to roll this back. pythonX.X in a #! line is a
> standard way of specifying to users which version of Python it
> expects. This isn't even an executable tool; it's a module!

I've no direct knowledge about that convention, and therefore have no reason
to doubt you. If you'd like to rollback this portion of the change (leaving
  the fix made to test_svn_dav_log_parse.py), I won't object.

-- 
C. Michael Pilato <cmpilato_at_collab.net>
CollabNet   <>   www.collab.net   <>   Distributed Development On Demand

Received on 2008-01-24 23:13:09 CET

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.