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

Re: Problems with svnserve and launchd...

From: Ryan Schmidt <subversion-2007b_at_ryandesign.com>
Date: 2007-07-26 22:51:09 CEST

On Jul 26, 2007, at 11:51, Mike Tyranski wrote:

> I have just installed the latest SVN 1.4.4 on my OSX 10.4.8 and I
> am having some trouble connection when using launchd to start it.
>
> Here is my plist file
>
> <?xml version="1.0" encoding="UTF-8"?>
> <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN"
> "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
> <plist version="1.0">
> <dict>
> <key>Debug</key>
> <true/>
> <key>GroupName</key>
> <string>mike</string>
> <key>Label</key>
> <string>org.tigris.subversion.svnserve</string>
> <key>OnDemand</key>
> <true/>
> <key>Program</key>
> <string>/user/local/bin/svnserve</string>

[snip]

> And in the console log on the server side, I see the following
>
> launchproxy[15303] execv(): No such file or directory

Did you mean to specify /usr/local/bin/svnserve as the Program? (You
put /user/...)

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Jul 26 22:50:25 2007

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.