[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: Wed, 23 Jan 2008 10:34:24 -0500

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
>
> # ====================================================================
> # Copyright (c) 2008 CollabNet. All rights reserved.
> --- tools/server-side/test_svn_dav_log_parse.py
> +++ tools/server-side/test_svn_dav_log_parse.py
> @@ -1,4 +1,4 @@
> -#!/usr/bin/python2.2
> +#!/usr/bin/python
>
> # ====================================================================
> # Copyright (c) 2008 CollabNet. All rights reserved.

Committed in r28999. Thanks.

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

Received on 2008-01-23 16:34:47 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.