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

AuthzSVNAccessFile - can't specify repository

From: Jason Winters <jwin1020_at_yahoo.com>
Date: 2004-03-11 20:10:53 CET

I'm using Apache 2.0 to expose my Subversion server.
I'm using the SVNParentPath option to allow creation
of new repositories without restarting httpd. My
httpd.conf contains the following:
<Location /svn>
    DAV svn
    SVNParentPath /svn
    AuthzSVNAccessFile /opt/svn-access
    Require valid-user
    AuthType Basic
    AuthName "Subversion repository"
    AuthUserFile /opt/svn-auth-file
</Location>

I am unable to secure directories within a specific
repository in my permissions policy file. I'm trying
to use the [repos-name:path] syntax as described in
the manual. Using the [path] syntax does work but
causes problems if two repositories both match the
path. The snippet below works to allow only read
access to the projectA directory:

[/projectA]
jdoe = rw

When I add the repository name (the repository name is
repos) it stops working.

[repos:/projectA]
jwin = rw

Has anyone tried to do this before? Any ideas as to
why this might not be working?

Thanks,
Jason

__________________________________
Do you Yahoo!?
Yahoo! Search - Find what you’re looking for faster
http://search.yahoo.com

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Mar 11 20:11:24 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.