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

AuthzSVNAccessFile for other applications

From: Peter Münster <pm_at_deltadore.com>
Date: 2007-03-05 13:24:27 CET

Hello,

I would like to use the svn-access configuration for other applications,
for example ViewVC. My apache configuration looks like this now, and it
seems to work:

<Location /viewsvn>
        [...]
    SVNPath /srv/svn
    AuthzSVNAccessFile /srv/svn/access
</Location>

<Location /some-other-path>
    SVNPath /srv/svn
    AuthzSVNAccessFile /srv/svn/access
</Location>

But Greg Stein writes in http://svn.haxx.se/dev/archive-2004-08/0709.shtml
about possible problems, that I don't understand.
Could someone please explain to me, what issues can arise with such an
access control?

TIA for any help!
Greetings, Peter

-- 
http://pmrb.free.fr/contact-DD/
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Mar 5 13:25:58 2007

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.