[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 on windows

From: Damian Powell <DamianP_at_cgp.co.uk>
Date: 2004-05-26 10:19:50 CEST

Yeah, I had the same problem. I got it to work by changing the global
settings section (line 30-34) to:

    # Path to svnlook utility
    svnlook = "C:\\Progra~1\\Subversion\\bin\\svnlook.exe" # svnlook =
"@SVN_BINDIR@/svnlook"
    
    # Path to svnadmin utility
    svnadmin = "C:\\Progra~1\\Subversion\\bin\\svnadmin.exe" # svnadmin =
"@SVN_BINDIR@/svnadmin"

...and by changing the invocation of spawnl (line 128) to:

    err_code = os.spawnl(os.P_WAIT, svnadmin, svnadmin, "hotcopy", repo_dir,

Hope that helps.

-------------
Damian Powell
Senior Software Engineer, CGP Associates Ltd.
[e] damian.powell@cgp.co.uk
[w] http://www.cgp.co.uk

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed May 26 10:20:50 2004

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.