You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Branko Čibej <br...@xbc.nu> on 2005/08/30 03:28:28 UTC

Re: svn commit: r15982 - in trunk: notes subversion/include subversion/libsvn_repos

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

Re: svn commit: r15982 - in trunk: notes subversion/include subversion/libsvn_repos

Posted by David Anderson <da...@calixo.net>.
Branko Čibej wrote:
> "Similar to?" I thought the idea was that the formats are identical, so 
> that svnserve and mod_authz_svn can share an authz file.

My bad.  The sentence was originally "similar to that of svnserve.conf." 
I changed the file reference and forgot about the rest of the words.

File contents corrected in r15983.  Thanks for catching this!
- Dave.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org