[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: vinay i <vinay.indresh_at_gmail.com>
Date: Tue, 18 Nov 2008 20:45:43 +0530

Thanks Steven. It works for me.

-Vinay

On Tue, Nov 18, 2008 at 8:18 PM, Steven Bakke <steven.bakke_at_amd.com> wrote:

> 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
>
>
Received on 2008-11-18 16:16:05 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.