Re: [PATCH] Move authz access control to libsvn_repos
From: Greg Hudson <ghudson_at_MIT.EDU>
Date: 2005-07-03 16:40:16 CEST
Okay, it's looking pretty good now. A few new issues I've found:
* build.conf currently only makes mod_authz_svn depend on libsvn_subr.
* Your addition to repos-test.c opens a file /tmp/authz.tmp, which is
* I think we generally put two spaces after sentence-ending periods in
* What kind of testing have you done with mod_authz_svn in particular,
+ /** no access */
"No access"
+ * Check wether @a user can access @a path in the repository @a
"Check whether". You mispell "whether" in five other places in the
+/* Test that authz is giving out the right authorizations */
Comments which are sentences should end with a period. (Not sure if
+/* Determine wether the required access is granted given what authz *
I think the final '*' is spurious there.
--- subversion/include/svn_repos.h (révision 15231)
Spurious deletion of a blank line there.
+ /* non-anon rule, anon user. Stop. */
Capitalize.
---------------------------------------------------------------------
|
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.