Re: New Directory Commit Failure

2020-05-13 Thread Casey Heney
I just had my networking team share their configs with me and it turns out they enabled a bunch of "security features" a couple days ago. This includes severely limiting which HTTP methods were allowed through to my server, which I believe may be the root cause here. Disabling their update fixed al

Re: New Directory Commit Failure

2020-05-13 Thread Bhanu Prasad
Also from OS standpoint if you are running httpd on a Linux server and SE-Linux is turned on [getenforce], Please verify the the context on the directory. run the below command to see if the contexts are uniform, if indeed you are running selinux. # ls -lZ # getenforce #to check if selinux is e

Re: New Directory Commit Failure

2020-05-13 Thread Casey Heney
On May 12, 2020, at 6:27 PM, Daniel Shahaf wrote: > Casey Heney wrote on Tue, 12 May 2020 17:23 -0700: >> Commit failed (details follow): >> Changing directory '/Users/casey/Documents/repo/trunk/docroot/new-dir' >> is forbidden by the server >> Access to >> '/!svn/wrk/cfa651e5-5850-4325-a441-1b5f8

Re: New Directory Commit Failure

2020-05-12 Thread Daniel Shahaf
Casey Heney wrote on Tue, 12 May 2020 17:23 -0700: > Commit failed (details follow): > Changing directory '/Users/casey/Documents/repo/trunk/docroot/new-dir' > is forbidden by the server > Access to > '/!svn/wrk/cfa651e5-5850-4325-a441-1b5f8f37b3ea/trunk/docroot/new-dir' > forbidden The error code

New Directory Commit Failure

2020-05-12 Thread Casey Heney
Hello SVN community, I am responsible for an SVN server that has been running without issue for over five years. The problem just started happening this morning out of the blue. I’ve got a fairly standard setup with apache (2.2.31), dav svn, and local passwd/authz files for authentication/access c