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

Re: default root for svnserve

From: Ulrich Eckhardt <eckhardt_at_satorlaser.com>
Date: 2004-12-16 15:49:31 CET

Michael J. Pawlowsky wrote:
> the xinetd.d file looks like:
> service svn
> {
> disable = no
> socket_type = stream
> wait = no
> user = svnowner
> server = /usr/bin/svnserve
> server_args = -i -r /usr/local/repositories
> }
>
> The -r option does not seem to be working. [...]
> Is there something else I need to do to get this to work?

Restart xinetd?

> Or is there some kind of equivalent to CVSROOT?

Not that I knew of, but CVSROOT is clientside only, IIRC.

Uli

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Dec 16 15:54:06 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.