Oh, good, it's working for you then.
BTW, if you want to check out xinetd again, this link
(http://www.unix-girl.com/blog/archives/001486.html) talks about
verifying the connection using telnet for svnserve under xinetd. It also
mentions the '-anp' switches to netstat.
Regards
Sameer
On Thu, 2004-12-30 at 10:51, Andy Peters wrote:
> Andy Peters wrote:
>
> > 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
> > }
>
> Replying to myself here:
>
> I disabled the xinetd entry and added the stuff detailed in the SVN
> manual to the inetd.conf (not xinetd) file, HUPed xinetd, and bingo!
> svnserve works.
>
> Apple hasn't completely deprecated inetd in favor of xinetd, so I'm good
> for now.
>
> -- andy from Tucson
> "Dammit, Jim, I'm a hardware guy, not a Unix sysadmin!"
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org
---------------------------------------------------------------------
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:50:03 2004