Got it working at last.
These work - note the different parameter types
ssh=plink -load username
ssh=tortoiseplink -l username
ssh="C:/Program Files/TortoiseSVN/bin/TortoisePlink.exe" -l username
These don't
ssh=plink -l username
ssh="C:\Program Files\TortoiseSVN\bin\TortoisePlink.exe" -l username (as per
the comments)
ssh="C:\\Program Files\\TortoiseSVN\\bin\\TortoisePlink.exe" -l username
(despite the comments)
Those that don't give you a generic folder not found message. Not helpful at
all.
I've been using tortoise for a while and find it's incredibly flaky and very
slow so wanted to switch to using a different plink version to see if
isolated the problem.
I just need to suppress the screen that pops up now with plink
--
View this message in context: http://subversion.1072662.n5.nabble.com/Using-JavaHL-gives-Folder-does-not-exist-remotely-tp175479p175481.html
Sent from the Subversion Users mailing list archive at Nabble.com.
|