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

Re: Starting svnserve under OS X Tiger

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2005-09-05 04:43:40 CEST

On Sep 4, 2005, at 9:31 PM, Chris Gehlker wrote:

> I downloaded and built Subversion 1.2.3 from source with no
> problems. I tested it from the command line and from XCode and it
> was all good. Then I went to turn on svnserve so my fellow students
> could work on our project and I got in trouble. The book talks
> about inetd but when I look at /etc/inetd.conf it is all commented
> out and tells me that OS X now uses xinetd.

Why use (x)inetd at all? Just start svnserve as a standalone daemon:

    $ svnserve -d

Make sure you start it as the appropriate user, of course; whatever
that user may be, that user should own all the repositories it exports.

-- 
www.collab.net  <>  CollabNet  |  Distributed Development On Demand
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Sep 5 04:45:56 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.