tortoise-svn icon indicating copy to clipboard operation
tortoise-svn copied to clipboard

Fix for filenames/directories that contain spaces

Open viciousvex opened this issue 6 years ago • 0 comments

The /path argument for TortoiseProc now gets quoted correctly and the child_process.spawn function is called with the additional argument windowsVerbatimArguments: true so that no double quoting happens.

HERE BE DRAGONS:

Beware! Arguments are not sanitized - evil filenames might cause trouble.

viciousvex avatar May 24 '18 10:05 viciousvex