Re: [PATCH] Move authz access control to libsvn_repos
From: Greg Hudson <ghudson_at_MIT.EDU>
Date: 2005-07-03 23:22:54 CEST
On Sun, 2005-07-03 at 19:10 +0200, David Anderson wrote:
Yes, that's fine.
> > * I think we generally put two spaces after sentence-ending periods in
Perhaps. I'm not sure if we can specify *everything* there.
> As I couldn't find any test framework for mod_authz_svn, I simply loaded
That's fine, thanks.
> Here goes again!
Found a couple more formatting nits, but I can correct those myself:
+typedef enum
We don't generally indent the braces around type declarations.
+ for(i = 0; test_set[i].path != NULL; i++)
Missing space here.
+ /* If the 'user' is a subgroup, recurse into it */
Sentence, should end with a period.
+ /* Non-anon rule, anon user. Stop. */
Two spaces after period. There were some other instances of this as
I've made these changes and committed your patch as r15242.
---------------------------------------------------------------------
|
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.