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
# Path to svnlook utility
...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.
-------------
---------------------------------------------------------------------
|
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.