Thanks, that did the trick! Actually, it was really close, but I had to remove one extra space after path:
Code: Select all
::run quote("c:\Program Files\TortoiseSVN\bin\TortoiseProc.exe") . " /command:log /path:" . quote("<curpath>\") . " /closeonend:0"
I guess I should've waited just a few more days before starting to script in XYplorer.

By the way, it's totally awesome to be able to bind keyboard shortcuts to scripts like this! I love it.
Also, this doesn't invalidate my earlier request about getting the TortoiseSVN commands into the current folder context menu, but I must admit it's much less important now that I can do the most common TortoiseSVN actions using keyboard shortcuts. Now I would prefer to use the keyboard unless I need to do a relatively uncommon command, or the situation is such that switching to using keyboard would be slower than continuing to use the mouse/tablet.