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@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://sectio...@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.