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

Re: mod_authz_svn & MySQL db - possible contract

From: Daniel Rall <dlr_at_collab.net>
Date: 2006-09-21 00:47:57 CEST

On Wed, 20 Sep 2006, Jay Crouch wrote:
...
> I'm still thinking I need something akin to SVNParentPath;
>
> I've been thinking about using a <LocationMatch> directive and a variable
> SVNPath inside -- but does apache allow you to use the results of the regex
> match as in the following example? ... note the use of $1
>
> <LocationMatch /repositories/u([^/])+/>
> Options All
> DAV svn
> SVNPath "/mnt/data/users/$1/repo"
> AuthzSVNAccessFile "/mnt/data/users/$1/.authsvn"
> </LocationMatch>

I don't believe that you can do that.

Something like this might be possible if you wrote custom SVNPath and
AuthzSVNAccessFile directives. The URL parsing could be able to be
consolidated into a custom LocationMatch-style container.

  • application/pgp-signature attachment: stored
Received on Thu Sep 21 00:49:13 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.