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

Re: Subversion reports error.

From: Ryan Schmidt <subversion-2012a_at_ryandesign.com>
Date: Tue, 7 Feb 2012 14:34:37 -0600

On Feb 7, 2012, at 14:17, Masaru Kitajima wrote:

> I installed Subversion 1.6.15 on a rented server. The installation
> seemed successful.
>
> I'm not sure what machine they use, but have some information.
> The server running FreeBSD 7.1-RELEASE-p16i386.
> CPU is Intel Xeon CPU E3110_at_3GHz.
> Memory is 3.25GB.
> Apache version 1.3.42.
>
> When I tried to confirm if the installation was well done using
> "svn info svn+ssh://section-9@section-9.sakura.ne.jp/home/section-9/svn/reps",
> the server said
> "( failure ( ( 2 86:Error in child process: posix_spawn of 'usr/bin/ssh'
> failed: No such file or directory 84:/SourceCache/subversion/subversion-44.1/subversion/subversion/libsvn_ra_svn/client.c 457 ) ) ) svn: Can't create
> tunnel: No such file or directory".
>
> I double-checked the username and location of the repository, but no mistakes
> were found.

It sounds like the error message is telling you that the program 'usr/bin/ssh' does not exist. This is not surprising; I would have thought this should say '/usr/bin/ssh' (with a leading slash).

How did you install Subversion? Does /usr/bin/ssh exist and work? If so, you may need to rebuild Subversion and either tell it or let it figure out on its own where ssh is on your system.
Received on 2012-02-07 21:35:32 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.