Re: svn commit: r1874057 - in /subversion/trunk/subversion: libsvn_subr/cmdline.c tests/cmdline/update_tests.py
From: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Sun, 16 Feb 2020 09:59:53 +0000
James McCoy wrote on Sat, 15 Feb 2020 13:10 -0500:
If we did that, apr_pescape_shell() would re-escape the backslashes or
We could split on whitespace, apr_pescape_shell() each part, then join
On POSIX systems we could also do single-quote escaping by hand:
const char *escape(const char *s, apr_pool_t *result_pool)
... but then I'm not sure what to do for Windows.
We should probably propose to APR to add an API doing the kind of
Cheers,
Daniel
|
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.