You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Peter Münster <pm...@deltadore.com> on 2007/03/05 12:24:27 UTC

AuthzSVNAccessFile for other applications

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