[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Using JavaHL gives Folder " does not exist remotely

From: TheRedAaron <AaronRobinson67_at_gmail.com>
Date: Sun, 4 Nov 2012 07:56:46 -0800 (PST)

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.
Received on 2012-11-04 16:57:23 CET

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.