This is a very minor issue I only discovered accidentally and I don’t need a new build for it, but JSYK, when the Subversion Info action calls out to Subversion it doesn’t add quotes around values from the Path option if they include spaces. Adding quotes to the edit manually works, but it doesn’t seem like that should be necessary.
Hi
I can’t reproduce this here - can you show an example path?
I checked the source and we do
cmdLine.AddArgument('', argument, qtAutoDouble);
qtAutoDouble checks the argument value for spaces before deciding whether to add double quotes.