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

svn: Connection closed unexpectedly

From: Stephan Zaubzer <stephan_at_zaubzer.at>
Date: 2005-12-16 16:23:25 CET

Hi
I have just setup a subversion server. And now I have with the following
problem:

[stephan_at_eden .subversion]$ svn checkout svn://localhost/schendl/SDB2005
/home/stephan/workingdir/
svn: Connection closed unexpectedly

first of all:
a svn import worked fine from the same user account. svn mkdir works as
well...
any ideas?

isn't this strange????
=====================================
[stephan_at_eden workingdir]$ svn mkdir svn://localhost/schendl/hallo

Committed revision 2.
[stephan_at_eden workingdir]$ svn checkout svn://localhost/schendl/hallo/ .
svn: Connection closed unexpectedly
[stephan_at_eden workingdir]$ svn mkdir svn://localhost/schendl/hallo/bla .
svn: Unrecognized URL scheme for ''
svn: Your commit message was left in a temporary file:
svn: 'svn-commit.tmp'
======================================
My config:
svnserv ist started from xinetd with the following settings:
service svn
{
         disable = no
         socket_type = stream
         protocol = tcp
         wait = no
         user = svn
         instances = 1
         port = 3690
         server = /usr/local/bin/svnserve
         server_args = -i -r /usr/local/repositories
}

the server config: (/usr/local/repositories/schendl/conf/svnserve.conf)

[general]
anon-access = read
auth-access = write
password-db = passwd
realm = svn:eden:repositories:schendl

Any help would be appreciated...
Thanks
Stephan

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Dec 16 19:34:05 2005

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.