RE: On commit attempt, Server sent unexpected return value (403 Forbidden) in response to CHECKOUT

2011-01-03 Thread Benjamin.Ortega
You've definitely given me enough to work off here, thanks! Benjamin Ortega -Original Message- From: Mark Phippard [mailto:markp...@gmail.com] Sent: Monday, January 03, 2011 9:18 AM To: Ortega, Benjamin Cc: users@subversion.apache.org Subject: Re: On commit attempt, Server sent unexpe

RE: On commit attempt, Server sent unexpected return value (403 Forbidden) in response to CHECKOUT

2011-01-03 Thread Benjamin.Ortega
Wow...for some reason I was under the impression that file level restrictions didn't work...I really don't know why, but there it is. I don't suppose there's a way to use wild cards in the path as well? Like: [repos:/folder/structure/*/RestrictedFile] To allow for one entry restricting access

RE: On commit attempt, Server sent unexpected return value (403 Forbidden) in response to CHECKOUT

2011-01-03 Thread Benjamin.Ortega
I suppose another fundamental question in all this -- Is there any other way to provide file level restrictions while using the svn authz file for authorization? Benjamin Ortega -Original Message- From: benjamin.ort...@wellsfargo.com [mailto:benjamin.ort...@wellsfargo.com] Sent: Mo

RE: On commit attempt, Server sent unexpected return value (403 Forbidden) in response to CHECKOUT

2011-01-03 Thread Benjamin.Ortega
The /*/*/*/ in the path is to compensate for the temporary location /!svn/ver//. This works without the svnauthz file in place. Is there an internal user that the subversion server utilizes to perform the checkout of the last-committed-revision of the file prior to the put? That seems to be w

On commit attempt, Server sent unexpected return value (403 Forbidden) in response to CHECKOUT

2011-01-03 Thread Benjamin.Ortega
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,

Re: On commit attempt, Server sent unexpected return value (403 Forbidden) in response to CHECKOUT

2011-01-02 Thread Benjamin.Ortega
That can't be right, since it works perfectly when I use the authz file by itself. When I add that apache location in, everything except the file that is indicated in that location works exactly as expected with the authz file in the order I have it. Benjamin Ortega --

On commit attempt, Server sent unexpected return value (403 Forbidden) in response to CHECKOUT

2011-01-01 Thread Benjamin.Ortega
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,