HI Brane,
Thanks for the response. Please find the requested information below.
<VirtualHost *:80>
ServerName 52.0.130.138
<Location /repos>
DAV svn
SVNListParentPath on
SVNParentPath /home/ubuntu/svn/repos
AuthType Basic
AuthName "Authorization Realm"
AuthUserFile /home/ubuntu/auth-file-svn
Require valid-user
</Location>
</VirtualHost>
--------- Original Message --------- Subject: Re: SVN error 403 accedd denied
while deleting files
From: "Branko Čibej" <[email protected]>
Date: 6/11/15 1:00 pm
To: [email protected], [email protected]
Cc: "Shaiju CK" <[email protected]>
On 11.06.2015 09:10, [email protected] wrote:
> Hi,
> Users have access to the repo and are able to check out and commit
> changes to the repo.
> But when trying to remove an existing file from the repo we are
> getting a permission denied error as shown in the screenshot
> Could you please help?
This looks like a bug in your Apache configuration. Can you show us the
<Location> block for the Subversion repository?
-- Brane