hot-backup.py
From: Gavin Band <gavinband_at_tiscali.co.uk>
Date: 2006-03-31 13:37:05 CEST
Dear list,
infile, outfile, errfile = os.popen3(svnlook + " youngest " + repo_dir)
to
infile, outfile, errfile = os.popen3(svnlook + " youngest \"" + repo_dir
(should be one line) because the path to my repository contains whitespace.
An example of the problem:
$ cd \tmp
Thanks,
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.