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

Spaces in file names not translating into Tortoise

Open BrekiTomasson opened this issue 7 years ago • 1 comments

Been having an issue with the Atom <-> Tortoise integration. If the filename has a space in it, the right-click menu option from the tree doesn't seem to pass the complete path/file name into Tortoise. For example:

C:\temp\New Directory\File with space in name.txt

This file would be passed to Tortoise as C:\temp\New Directory\File - breaking at the first space. This doesn't seem to be the case when there are spaces in file names, as C:\temp\New Directory\File_with_space_in_name.txt works just fine, despite the space in the folder name.

BrekiTomasson avatar Jun 29 '17 13:06 BrekiTomasson

Should be patched in https://github.com/jasonhwest/tortoise-svn/pull/27

viciousvex avatar Jun 05 '18 12:06 viciousvex