Art,
What works for me is to remove the "=" after the "-r".
Daniel
Quoting Arthur M Newman <amnewman@mailhost.ray.com>:
> Hi,
>
> I've got svnserve running in tunnel mode on my Mac/OS X box. On OS X,
>
> you need to write a small file that contains the necessary service
> parameters which is read by xinetd. The contents of the file are:
>
> service svn
> {
> disable = no
> socket_type = stream
> protocol = tcp
> wait = no
> group = svn
> server = /usr/local/bin/svnserve
> server_args = -t -r=/usr/local/svn
> groups = yes
> umask = 002
> }
>
>
> As you can see, it's got the usual inetd stuff, just in a different
> format. The only problem is that the -r flag doesn't seem to do
> anything. Remote users need to type the complete path, or a 'no
> repository found' error is returned.
>
> Thanks for any hints,
> Art
>
>
> ---------------------------------------------------------------------
> 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 Wed Dec 15 20:03:11 2004