The apache config file has a draft status:
source:infra/apache/conf/vhost.conf@175
Refine it, thus it becomes simpler and more general.
Possible solution
catching only the root dir (for project overview)
location match <regex for "only the root dir">
catching all project subdirs:
location match /<anydir>/<anything except 'svn'>
catch svn's
location match /<anydir>/svn
}}}
(In [178]) re #108, workaround, because svn authentication does not work
reopening, svn authentication fails
(In [177]) closes #108, remaining issue: svn entry redundancy, will be dealt with when creating an svn management unit.
(In [176]) re #108, use acct_mcr authentication, to avoid need of apache authentication. this simplifies the config file.
resource: http://svn.haxx.se/users/archive-2004-07/0639.shtml