[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: Daniel Jackson <daniel_at_email.unc.edu>
Date: 2004-12-15 19:29:01 CET

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

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.