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

Re: svn+ssh fails when environment variable "PATH" not set

From: Steven Bakke <steven.bakke_at_amd.com>
Date: Tue, 18 Nov 2008 09:48:35 -0500

On Nov 18, 2008, at 7:27 AM, vinay i wrote:

>
> On Tue, Nov 18, 2008 at 3:30 PM, vinay i <vinay.indresh_at_gmail.com>
> wrote:
> Ryan,
>
> I got the below error when PATH was set to blank.
>
> svn: Error in child process: exec of 'ssh' failed: No such file or
> directory
>
> Thanks
> Vinay
>

The official way to set what gets called when you run svn+ssh would be
in your subversion config:

Within ~/.subversion/config:

[tunnels]
ssh=/path/to/ssh/command

To enforce using a specific config file you could use a simple wrapper
script that tacks on a --config-dir option to the svn command.

-steve

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-11-18 15:49:09 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.