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

[PATCH] remove hardcoded python versions

From: Olaf Hering <olh_at_suse.de>
Date: Wed, 23 Jan 2008 15:53:20 +0100

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.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-01-23 15:53:34 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.