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

Re: svn commit: rev 6221 - in trunk: . build/generator subversion/include subversion/mod_dav_svn

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2003-06-14 02:30:58 CEST

Branko Čibej <brane@xbc.nu> writes:

> mod_authz_svn uses dav_svn_split_uri, which is implemented in
> mod_dav_svn.

Right. When mod_authz_svn has to authorize an HTTP method against a
deltaV uri like

     /repos/!svn/ver/23/foo

...it has to ask mod_dav_svn: "hey, what the heck repository path is
this uri really referring to?". That's what dav_svn_split_uri() is
for. And this function can only be implemented within mod_dav_svn,
since all of the various !svn formats are defined by that module.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Jun 14 02:32:44 2003

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.