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

Re: Repo-browser "Can't create tunnel: %1 is not a valid Win32 application."

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: Wed, 13 Aug 2008 17:49:55 +0200

Leprechaun wrote:
>> Try an
>> $ svn ls svn+ssh://
>> to your server with the command line client.
>
> I can get the above command to run correctly and display the contents
> of the host if I have the following in the "tunnels" section of my
> config:
> ssh = "E:\\Program\ Files\\TortoiseSVN\\bin\\TortoisePlink.exe" -i E:/
> puttygen-keys/private.ppk
>
> Keeping that same configuration, I'm still getting the "Can't create
> tunnel: %1 is not a valid Win32 application" error.

Are you using an 1.5.x command line client?

That error is thrown by the svn library in the file
subversion\libsvn_ra_svn\client.c, line 466 if the process can't be
successfully created:
http://svn.collab.net/repos/svn/tags/1.5.1/subversion/libsvn_ra_svn/client.c

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.net

Received on 2008-08-13 17:50:24 CEST

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

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