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

Authentication problems

From: Crucius, Wesley <WCrucius_at_sandc.com>
Date: 2004-04-02 00:47:41 CEST

Ok, I'm begging for help now... I have two 1.0.0 repositories served up
via apache on Win2k and can access them fine several different ways
(security-wise). What I can't get to work is the [repository:path]
mechanism in the AuthzSVNAccessFile file that should allow me to specify
different security policies for each of my two repos.

I have the following pertinent configuration items:

I have two repositories, located in:
C:\Program Files\Apache Group\Apache2\svn\repos1
C:\Program Files\Apache Group\Apache2\svn\repos2

These folders each contain conf, dav, db, hooks, locks, and format as
they were created with
'svnadmin create "C:\Program Files\Apache Group\Apache2\svn\repos1"'
AND
'svnadmin create "C:\Program Files\Apache Group\Apache2\svn\repos2"'

Part of httpd.conf:
# Subversion Repository Location setup
<Location /svn>
    DAV svn
    SVNParentPath svn

    AuthType Basic
    AuthName "Subversion Repository"
    AuthUserFile etc/svn-auth-file

    AuthzSVNAccessFile etc/svn-access-policies
    Require valid-user
</Location>

All of svn-auth-file
[groups]
developers = user1, user2
testers = user3
manuf = user4

#[/] # This allows rw access to either repository, I don't want
that
[repos1:/] # This won't allow access to either repository
@developers=rw
@testers=r
@manuf =

#[/] # This allows rw access to either repository, I don't want
that
[repos2:/] # This won't allow access to either repository
@developers=r
@testers=rw
@manuf = r

Can anybody tell me what's wrong with '[repos1:/]', or have I found a
legit bug?

Thanks,
Wes Crucius
S&C Electric, Inc.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Apr 2 00:48:22 2004

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.