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

Re: Need Help Running SVN over SSH - Connection closed unexpectedly

From: Anthony E. Glover <gloverae_at_elmco.com>
Date: 2004-01-14 17:09:41 CET

When I do

ssh myIPnumber svnserve -t

It prompts me for my password, says authentication successfull, and then
gives me a blank line and the prompt.

I tried the echo line and I get the same thing - no output.

I am able to shell over to the server, but it looks like it is not
executing the remote commands. Any ideas?

Thanks,
Tony

Tobias Ringstrom wrote:

> Anthony E. Glover wrote:
>
>> I also have been able to establish SSH sessions to the server using
>> my SSH client; so, I know that SSH works o.k. The only thing I'm not
>> sure of is whether or not I have to do anything on the client or
>> server to allow the "port forwarding/tunneling" to work.
>>
>> Any ideas?
>
>
> Does
>
> ssh myIPnumber svnserve -t
>
> work? svnserve must be in your path, and the path used by ssh is very
> limited. Try
>
> ssh myIPnumber 'echo $PATH'
>
> /Tobias
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Jan 14 17:10:36 2004

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.