Thanks for the help. Removing the 'instances = 1' from 'service svn'
has solved the issue.
Carey Evans wrote:
> Mark Brown wrote:
>
>> Running Subversion 1.0.0 on Mandrake 9.1 and having trouble getting
>> svnserve to work with xinetd.
>
>
>> service svn
>> {
>> disable = no
>> socket_type = stream
>> protocol = tcp
>> wait = no
>> user = root
>
>
> You should really run svnserve as its own user, but that's unlikely to
> be your problem.
>
> [...]
>
>> svn: Connection closed unexpectedly
>
>
> Try just connecting to the service manually:
>
> $ telnet localhost 3690
> Trying 127.0.0.1...
> Connected to localhost.
> Escape character is '^]'.
> ( success ( 1 2 ( ANONYMOUS ) ( edit-pipeline ) ) )
>
> You might get a better error message. Also see if there is anything
> logged by xinetd in /var/log/syslog, or wherever Mandrake puts the log
> messages.
>
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Mar 16 14:22:57 2004