Re: SSH+SVN - svn: Connection closed unexpectedly
From: Uffe Friis Lichtenberg <uffefl_at_gmail.com>
Date: 2005-01-06 00:37:26 CET
On Wed, 05 Jan 2005 15:37:52 +0100, Vincent Ducret
I've had similar symptoms several times, when setting up svn+ssh for
Basically SSH can be invoked two ways:
1) ssh user@host
Which simply connects and starts an interactive shell. This of
2) ssh user@host command
Which connects and runs the given command. This is the way that
You need to test the command
ssh 192.168.3.33 svnserve
Does is terminate with
A) an error message from svnserve (something along the lines of "You
B) an error message from ssh (something along the lines of "svnserve:
If (A) then your problem isn't the path and I can't help you. If (B)
Hope this helps.
- Uffe
---------------------------------------------------------------------
|
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.