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

Re: Connection closed unexpectedly

From: Garrett Rooney <rooneg_at_electricjellyfish.net>
Date: 2006-09-21 15:26:00 CEST

On 9/20/06, David Croxford <dcroxford@paciolan.com> wrote:
>
>
>
>
> I worked through my last problem and now have a new one….
>
>
>
> I'm using svnserve. I created a repository, went to a remote machine, and
> checked it out, changed some files and committed the changes. All was well.
> I sent out the tortoiseSVN instructions to a coworker and when she tried to
> do a checkout, she got the error message "Connection closed unexpectedly".
>
>
>
> So, I tried using her login information on my laptop and was able to do the
> checkout.
>
>
>
> Here is what I'm doing:
>
> - I right click, get the menu and select "SVN checkout"
>
> - URL of repository gets set to:
> svn+ssh://joeuser@172.16.102.77/home/svnuser/QA"
>
> - Checkout directory gets set to: QA
>
> - Click OK
>
>
>
> When 2 of my coworkers try this, they get the ssh key confirmation popup,
> they click yes, they enter the password twice and then it dies with the
> error listed above.
>
>
>
> I come to my laptop, follow the same steps and use their login information
> and it works fine. I searched on google and it appears that many others have
> had a similar problem, but no solutions are ever posted….although I did find
> 1 person who had a solution "go back to CVS"…which I don't want to do.

Those kind of errors are basically what you get when there's a problem
running the svnserve program on the other end of the ssh connection.
So there are two possibilities, either your coworkers are failing to
start svnserve at all (perhaps it's not in their PATH?), or they are
starting it and it's crashing or something. To test for the first
option, have them try sshing in to the server and running the command
svnserve, just to see if it can be executed.

-garrett

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Sep 21 15:26:43 2006

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.