How do we deal with spaces in the editor path on Windows?
From: Yasuhito FUTATSUKI <futatuki_at_yf.bsdclub.org>
Date: Tue, 6 Oct 2020 18:12:02 +0900
Hi,
While I tested the filename transcoding issue in
[1] https://subversion.apache.org/faq.html#svn-editor
e.g. (Using CP65001)
If I modified svn_cmdline__edit_string_externally() not to escape edit
Is it related the behavor of "cmd.exe /c ..." described on
"""
You don't also use /s.
You use exactly one set of quotation marks.
You don't use any special characters within the quotation marks
You use one or more white-space characters within the quotation
The string within quotation marks is the name of an executable file.
If the previous conditions aren't met, string is processed by examining
...and how do we deal this? Does quoting whole command string with ""
Thanks,
-- Yasuhito FUTATSUKI <futatuki_at_yf.bsclub.org>
|
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.