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

svnserve -r option

From: Arthur M Newman <amnewman_at_mailhost.ray.com>
Date: 2004-12-15 18:55:18 CET

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
Received on Wed Dec 15 19:24:33 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.