[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: SVN error 403 accedd denied while deleting files

From: Branko Čibej <brane_at_wandisco.com>
Date: Fri, 12 Jun 2015 10:20:14 +0200

On 12.06.2015 09:05, shaiju_at_medinfi.com wrote:
> 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>

Given this simple configuration and the received error message, you're
either using invalid credentials or you have a different configuration
for that repository, possibly one that includes path-based authorization
that's preventing writes/deletes to part of the repository, possibly
only for some users.

-- Brane

 
>
> --------- Original Message ---------
> Subject: Re: SVN error 403 accedd denied while deleting files
> From: "Branko Čibej" <brane_at_wandisco.com>
> Date: 6/11/15 1:00 pm
> To: shaiju_at_medinfi.com, users_at_subversion.apache.org
> Cc: "Shaiju CK" <shaiju.ck_at_scientiaindia.com>
>
> On 11.06.2015 09:10, shaiju_at_medinfi.com 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
>
Received on 2015-06-12 10:20:31 CEST

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.