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

Getting SVNParentPath and AuthzSVNAccessFile to play together?

From: Tim Armes <tarmes_at_fr.imaje.com>
Date: 2004-01-23 12:56:01 CET

>Note that nothing stops you from sharing the htpasswd and authz access
>files across multiple SVNPath entries in httpd.conf. (That's what we're
>doing and it does exactly what you want, except for having an overly
>specific and long httpd.conf file.)

Can someone explain how to do this please. I have a httpd.conf file with
projects in:

<Location /svn/test>
DAV svn
SVNPath C:\svn\test
AuthType SSPI
SSPIAuth On
SSPIAuthoritative On
SSPIDomain IMAJEMAIL
SSPIOfferBasic On
Require valid-user
</Location>

<Location /svn/ui>
DAV svn
SVNPath C:\svn\ui
AuthType SSPI
SSPIAuth On
SSPIAuthoritative On
SSPIDomain IMAJEMAIL
SSPIOfferBasic On
AuthzSVNAccessFile c:\svn\uiaccessfile.txt
Require valid-user
</Location>

I'm forced to have a separate access file for each project, since each
access file must use / as the root for each project. Here's
uiaccessfile.txt:

[groups]
ui_developers = dev1,dev2,dev3
[/]
* =
@ui_developers = rw

Ideally, my access file would have each project in as you describe:

[groups]
ui_developers = dev1,dev2,dev3
[/ui]
* =
@ui_developers = rw
[/test]
* = rw

But since I'm using SVNPath, I can't do that. How have you managed it?

Tim
###########################################

This message has been scanned by F-Secure Anti-Virus for Microsoft Exchange.
For more information, connect to http://www.F-Secure.com/

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Jan 23 12:56:52 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.