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

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

From: Grigory <grigoryn_at_comita.ru>
Date: Wed, 18 Mar 2009 01:45:21 -0700 (PDT)

An example apache configuration:
    <Location /svn/>
        DAV svn
        SVNParentPath /usr/local/svnroot
        SVNListParentPath on
        AuthType Basic
        AuthName "Subversion Authorization"
        AuthUserFile /etc/apache2/dav_svn.passwd
        Require valid-user
        Satisfy Any
        AuthzSVNAccessFile /etc/apache2/dav_svn.authz
    </Location>

[/]
* =
In this case, viewing the list of repositories will be available to all users!
Unfortunately I did not 3 repository and much more:) Therefore, setting permissions to each take a long time
Any other ideas ?

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

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-03-18 14:15:11 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.