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

Re: svnserve -r option

From: Robert Sfeir <yosemitesam_at_gmail.com>
Date: 2004-12-15 21:26:08 CET

Arthur,

Take out the = after the -r should be -r repository

On Wed, 15 Dec 2004 09:55:18 -0800, Arthur M Newman
<amnewman@mailhost.ray.com> wrote:
> 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 21:29:17 2004

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.