[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 01:22:55 CEST

On Wed, 20 Sep 2006, Jay Crouch wrote:

> From: Daniel Rall [mailto:dlr@collab.net]
...
> > 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.
>
> Where would you suggest I look to begin creating my own - how complicated is
> this?

Look in subversion/mod_dav_svn/mod_dav_svn.c for SVNPath,
subversion/mod_authz_svn/mod_authz_svn.c for AuthzSVNAccessFile, and
and httpd's server/core.c for LocationMatch. You'll be programming
mostly to httpd's APIs, and some of Subversion's as well.

Then again, you might be able to rig up an ugly-but-workable solution
somehow using mod_rewrite.

  • application/pgp-signature attachment: stored
Received on Thu Sep 21 01:24:10 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.