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 16:30:03 2005