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

Re: OS X Tiger Launchd plist

From: Darkside <subscription_at_ambientshadow.com>
Date: 2005-06-14 16:39:29 CEST

For some reason, this launchd plist isn't working for me.

After customizing the plist (changing the --root path and adding my
newly-created 'svn' user and group) and following the load
instructions, I check 'ps auxww | grep svn', and there isn't a
svnserve process running.

If I do 'sudo launchctl start org.tigris.subversion.svnserv', I get
this in the process list:

/usr/libexec/launchproxy svnserve --inetd --root=/Users/Shared/
Repository

The process is owned by the UserName specified in the plist; I've
changed the UserName and the owner of the process changes accordingly
the next time I start it.

That process runs for only about 10 seconds, then it's gone. While
it's running, I still can't do anything with my repository; running
any repository-checking command gives me:

svn: Can't connect to host 'localhost': Connection refused

I can run 'svnserve --daemon --root=/Users/Shared/Repository' as my
main administrator user (the owner of the repository files) or from a
shell for the svn user (svn user is part of the svn group -- along
with my admin user -- which has read access to the repository and
write access to the repository's db/ and locks/ directories). This
way, the server starts up and runs without a problem; I can do 'svn
st -u' and get results instead of the error.

Does anyone have any insight into this?

On Jun 1, 2005, at 15:29 , Dane Jensen wrote:

> I saw in the archives from last month that someone was looking for
> a Launchd plist for Subversion. After taking a stab at it myself
> (and failing) I found this: http://marc.baffl.co.uk/stuff.php that
> is working perfectly for me so far.
>
> HTH,
> -Dane
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Jun 14 16:42:20 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.