Index: subversion/libsvn_repos/authz.c =================================================================== --- subversion/libsvn_repos/authz.c (revision 1060836) +++ subversion/libsvn_repos/authz.c (working copy) @@ -398,7 +398,7 @@ /* Does the section apply to the query? */ if (section_name[0] == '/' - || strncmp(section_name, b->repos_path, + || strncasecmp(section_name, b->repos_path, strlen(b->repos_path)) == 0) { b->allow = b->deny = svn_authz_none;