You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by David James <ja...@gmail.com> on 2005/11/12 03:11:55 UTC

Re: svn commit: r17310 - trunk/subversion/tests/clients/cmdline/svntest

On 11/11/05, zhakov@tigris.org <zh...@tigris.org> wrote:
> Make testsuite work on Windows, if path to Python contain spaces.
> [...]
> -                 "@%s %s.py\n" % (sys.executable, hook_path))
> +                 "@\"%s\" %s.py\n" % (sys.executable, hook_path))
Nice catch, Ivan. This looks like an important fix. Thanks!

Cheers,

David


--
David James -- http://www.cs.toronto.edu/~james