SVN+apache: different auth per repo NOT using AuthzSVNAccessFile?
From: Chris Shenton <Chris.Shenton_at_hq.nasa.gov>
Date: 2005-08-01 22:10:13 CEST
I've currently got a few SVN repos fronted by Apache. Initially they
<Location /svn>
Now I want to use different auth (or access control) per each
<Location /svn/repo1>
because they're subdirs and the top-level Location hides them.
The Subversion book shows me how to do this with AuthzSVNAccessFile:
http://svnbook.red-bean.com/en/1.1/svn-book.html#svn-ch-6-sect-4.4.2
And I can implement this like:
<Location /svn>
The htpasswd-svn file does the authentication, then the
[/]
[repo1:/]
[repo2:/]
My problem is that I'm using Trac
and it doesn't know anything about this AuthzSVNAccessFile so I can't
I could setup an Apache "group" file have each Trac instance require
Is there a way to config SVN, using SVNParentPath, to use per-repo
Any other suggestions for using the same user/group files for
Thanks.
---------------------------------------------------------------------
|
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.