Andy Levy wrote on Fri, Apr 22, 2011 at 10:56:14 -0400: > But our authz file is written as [Code:/path] and when committing, we > get 403 Forbidden errors because no rules match - the user is > committing to code and the rule checks for Code, case-sensitive. > > It's an easy enough fix on the client side, but it is an annoyance.
I'm willing to accept that as a bug report, by the way. The before-the-colon section is defined as 'the basename of the repository directory', so it seems logical to me that it would be case-sensitive if the repository is on a case-insensitive filesystem (regardless of OS). Is it httpd-specific, or does it also happen with svnserve?