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

Re: svnserve setup not working

From: si <sshnug.si_at_gmail.com>
Date: Fri, 8 Aug 2008 12:17:47 +0930

> I'd also recommend setting a default so that all repositories are
> denied access to un-authenticated users:
>
> [/]
> * =

Sorry, that may be confusing, we have multiple repositories which
share the same authz and passwd files. If you just have a single
repository, the above should work, but you could also use:

[cw3:/]
* =

If you don't plan on sharing the same configuration files between
repositories, you could also have:

[/]
* =
[/prod]
@IT = r
@plib = rw
[/dvlp]
@IT = rw
@plib = r

However I've found it easier to manage all repositories from the one
(version controlled) authz and passwd file, and reference them from
svnserve.conf using a relative path.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-08-08 04:48:12 CEST

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.