Thanks Ryan...that fixed the issue. I must have looked this over 1000
times and couldn't see it......
Mike
Ryan Schmidt wrote:
>
> 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 Fri Jul 27 00:42:49 2007