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

Re: Re: svn: Can't create tunnel: The system cannot find the file specified.

From: David Chapman <dcchapman_at_earthlink.net>
Date: Mon, 30 Jun 2008 12:32:21 -0700

Steinar Bang wrote:
> This one
> http://agateau.wordpress.com/2007/07/03/windows-svnssh-and-the-subversion-command-line-client/
> indicates using
> ssh=c:/path/to/plink.exe -i c:/path/to/your/key.ppk
>
> So I tried this line
> ssh = c:/Program Files (x86)/PuTTY/plink.exe -i c:/Users/myuser/Documents/putty/rsa-key-20080625.ppk
>
> But that didn't help either. I still get the Option expected error.
>
> I've tried quoting the () characters. ie. like this
> ssh = c:/Program Files \(x86\)/PuTTY/plink.exe -i c:/Users/myuser/Documents/putty/rsa-key-20080625.ppk
>
> But that didn't help either. Still got the dreaded
> svn: C:\Users\myuser\AppData\Roaming\Subversion\config:60: Option expected
> error.
>
>
The spaces in the path could be causing problems for you. Try

ssh = "c:\Program Files (x86)\PuTTY\plink.exe" -i c:\Users\myuser\Documents\putty\rsa-key-20080625.ppk

-- 
    David Chapman         dcchapman_at_earthlink.net
    Chapman Consulting -- San Jose, CA
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-06-30 21:32:43 CEST

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.