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

hot-backup.py fails

From: Steffen <lord.steff_at_gmx.de>
Date: 2003-09-26 21:19:38 CEST

I just replaced the line
infile, outfile, errfile = os.popen3(svnlook + " youngest " + repo_dir)

with
infile, outfile, errfile = os.popen3("svnlook youngest " + repo_dir)

Svnlook has to be in path.

> The hot-backup.py script fails. This is what it says:
> Beginning hot backup of '/home/switch/svn/currentdb/MAL2/'.
> Traceback (innermost last):
> File "/home/switch/svn/current/usr/lib/subversion/tools/backup/hot-
> backup.py", line 94, in ?
> infile, outfile, errfile = os.popen3(svnlook + " youngest " + repo_dir)
> AttributeError: popen3

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Sep 26 22:10:22 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.