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

Re: List of repositories - How can only view the list of repositories?

From: Konstantin Kolinko <knst.kolinko_at_gmail.com>
Date: Wed, 18 Mar 2009 06:15:38 +0300

2009/3/17 Grigory <grigoryn_at_comita.ru>:
> Hello!
>
> I use svn 1.4.2 under apache2
> We need to see only list of repositories.
> Viewing a specific repository strictly defined users (groups)
> In dav_svn.authz i have:
> [/]
> * = r
> ...
> [repo1:/]
> a = r
> [repo2:/]
> b = rw
> [repo3:/]
> c = rw
>
> In my case, it turns out that everyone can read any repository.
> How can I limit access to the repository, if the rights are inherited from the root?
>

[repo1:/]
a = r
b =
[repo2:/]
a =
b = rw

May be *= will work as well - I have not tried, and do not have 1.4.x
around to test it.

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1344820

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-03-18 04:16:33 CET

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.