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

Re: "malformed network data"

From: Andy Peters <devel_at_latke.net>
Date: 2004-12-30 05:47:19 CET

VK Sameer wrote:

> FWIW, (not an OS X user and can't verify this), have you seen this
> message regarding the '-i' option when starting svnserve?
> http://svn.haxx.se/users/archive-2004-07/1138.shtml

Here's my entry in xinetd.d:

service svn
{
        disable = no
        socket_type = stream
        wait = no
        user = svnowner
        server = /usr/local/bin/svnserve
        server-args = -i -r /svnroot
        groups = yes
        flags = REUSE
}

Thanks,
-andy

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Dec 30 11:49:58 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.