On commit attempt, Server sent unexpected return value (403 Forbidden) in response to CHECKOUT
From: <Benjamin.Ortega_at_wellsfargo.com>
Date: Fri, 31 Dec 2010 10:04:02 -0600
I'm trying to integrate a SVN Authz authorization file with apache configuration files to provide a solution for not just directory level restrictions, but also file level restrictions. It's my understanding that the SVN Authorization file is not capable of handling file-specific restrictions, only directory level.
The SVN Authz file is set up and i'm able to use it with absolutely no issues what-so-ever. If I switch to using just the Apache Conf file by itself, it works exactly as expected with no issues. But if I combine them I get something very weird. Everything works just fine, except the trying to commit the file that was restricted by the following Location/Limit:
<Location "/subversion/repo/*/*/*/folder/structure/RestrictedFile">
I'm able to view, update, and checkout the file, and am able to do anything (checkout, commit, etc) to other files in the same directory, but when I attempt perform a commit of changes to the "RestrictedFile", I get the following error:
the apache access log file gives me the following:
If I remove the <Location...> entry listed above, i'm able to commit just fine.
My svnauthz file basically has this:
[/]
If I change "* = " to "* = r", I get the same issue. If I change it to "* = rw", I'm able to commit.
Benjamin Ortega
Benjamin Ortega
This transmission may contain information that is confidential and/or proprietary. If you are not the individual or entity to which it is addressed, note that any review, disclosure, copying, retransmission, or other use is strictly prohibited. If you received this transmission in error, please notify the sender immediately and delete the material from your system.
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.