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

Re: hot-backup.py fails

From: Seth Falcon <sfalcon_at_fhcrc.org>
Date: 2003-09-26 17:28:45 CEST

> I believe that popen3 is new to Python 2.x.
>

In other words, install a more recent version of Python and the script
should work.

This should probably be noted somewhere because RedHat continues to ship
(AFAIK) with an _old_ version of Python (1.5.x). Perhaps something like
the following could be added to hot-backup.py:

    major = sys.version_info[0]
    if major < 2: # tell user to upgrade Python and exit gracefully

+ seth

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Sep 26 17:29:34 2003

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

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