[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: Michael J. Pawlowsky <mikep_at_mi-consultants.com>
Date: 2004-12-16 15:48:11 CET

Well it seems to be working as:

service svn
{
        disable = no
        socket_type = stream
        wait = no
        user = svnowner
        server = /usr/bin/svnserve
        server_args = -i --root=/usr/local/repositories
}

Mmm.... Sorry for taking up mail space...

Michael J. Pawlowsky wrote:

>
> 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:51:31 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.