danderson@tigris.org wrote:
>Author: danderson
>Date: Mon Aug 29 19:50:22 2005
>New Revision: 15982
>
>Modified:
> trunk/notes/authz_policy.txt
> trunk/subversion/include/svn_config.h
> trunk/subversion/libsvn_repos/repos.c
> trunk/subversion/libsvn_repos/repos.h
> trunk/subversion/svnserve/serve.c
>
>Log:
>Make svnserve perform authz lookups during the processing of client
>operations.
>
>@@ -1433,6 +1447,52 @@
> _("Creating passwd file"));
> }
>
>+ {
>+ static const char * const authz_contents =
>+ "### This file is an example authorization file for svnserve."
>+ APR_EOL_STR
>+ "### Its format is similar to that of mod_authz_svn authorization files."
>
>
"Similar to?" I thought the idea was that the formats are identical, so
that svnserve and mod_authz_svn can share an authz file.
-- Brane
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Aug 30 05:29:19 2005