[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: Tobias Ringstrom <tobias_at_ringstrom.mine.nu>
Date: 2004-01-14 16:15:14 CET

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 16:15:55 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.