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

default root for svnserve

From: Michael J. Pawlowsky <mikep_at_mi-consultants.com>
Date: 2004-12-16 15:40:51 CET

I have svnserve running on a fedora core 3 machine setup using xinetd.
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. I would like to be able to
access the repo as svn://host.domain.com/testrepo.
Right now I need to access it as
svn://host.domain.com/usr/local/repositories/testrepo

Is there something else I need to do to get this to work?
Or is there some kind of equivalent to CVSROOT?

Thanks,
Mike

---------------------------------------------------------------------
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:43:37 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.