[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 error question

From: Rush Manbert <rush_at_manbert.com>
Date: Mon, 04 Feb 2008 10:50:07 -0800

Andy Levy wrote:
> I'm a bit of a newbie on subversion.
>
> Trying to run hot-backup but getting an error message:
>
> hot-backup.py --archive=gz /sub /subbackup
>
> Traceback (most recent call last):
> File "hot-backup.py", line 68, in ?
> opts, args = getopt.gnu_getopt(sys.argv[1:], "h?", ["archive-type=",
> "help"])
> AttributeError: 'module' object has no attribute 'gnu_getopt'
>
> Running python2.2.3
>
> Have I missed something?
>
> Thx Andy
>

hot_backup.py needs a newer version of Python, because in 2.2.x the
getopt module didn't have a method called gnu_getopt.

You should probably get Python 2.5.

- Rush

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-02-04 19:50:32 CET

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.