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

SVN->Apache->Polarion webSVNClient

From: B Kim <kkimry_at_gmail.com>
Date: Sat, 14 Nov 2009 19:11:49 -0800 (PST)

few questions:
could /path/to/repo/conf/authz
[alias] hold an ldap group?
group1 = cn=admins,ou=Groups,dc=domain,dc=org

I was trying to use SVNParentPath to be able to pass a list of repositories to Polarion SVN web client and in the same time have separate authentication for each repository under the parent path,

-Nested <Location> is not allowed in Apache
otherwise I could've used
<Location /parent>
    <Location /child-1>
       auth-1
    </Location>
    <Location /child-n>
       auth-n
    </Location>
</Location>
explanation in points:
-I didn't try the <directory> directive and not sure if is going to work,
-I want to avoid using AuthzSVNAccessFile as long as it requires adding users/groups manually, I accept giving an entire group full access to certain repository
-using SVNParentPath the way I mentioned above will save me creating/coping SVNWebClient WAR file for each repository

Otherwise I'll use
<Location for each repo>
and a copy of the web client for each repo

*** I'm trying to describe the issue in short as possible ***

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

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