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

Connection closed unexpectedly

From: Eric Martin <eric_at_emalbum.com>
Date: 2004-10-27 07:25:54 CEST

I have setup Subversion on a Linux (Fedora Core 2) server and I am trying to
checkout a project using TurtoiseSVN on Windows XP.

When I try to checkout the project, I enter my username and password and
then I get a message saying that the connection closed unexpectedly.

 

In TortoiseSVN the command is:

svn://MyIP/path/to/my/project

 

On the Linux server, I have setup svnserve in xinetd and it is running. In
the projects conf directory, I have svnserve.conf and passwd:

 

svnserve.conf:

[general]

anon-access = none

auth-access = write

password-db = passwd

 

passwd:

[users]

MyUsername = MyPassword

 

Any suggestions? I installed subversion using yum, if that matters.

 

Thanks in advance.

 

 
Received on Wed Oct 27 07:26:18 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.