SVN error 403 accedd denied while deleting files

2015-06-11 Thread shaiju
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?
 
 
Shaiju


svn error.docx
Description: MS-Word 2007 document


Re: SVN error 403 accedd denied while deleting files

2015-06-11 Thread Branko Čibej
On 11.06.2015 09:10, sha...@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
 block for the Subversion repository?

-- Brane


Re: SVN error 403 accedd denied while deleting files

2015-06-11 Thread Stefan Hett

Hi,

if u were to send a screenshot in some image format instead of attaching 
a docx format, people might be more likely to read it. Me for instance 
won't open a docx-file from any untrusted source on the web.


From the problem description I'd start looking into checking out the 
permissions related to deleting files in the appropriate directory with 
the appropriate user/group.


Regards,
Stefan

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?
Shaiju




Re: SVN error 403 accedd denied while deleting files

2015-06-11 Thread Branko Čibej
On 11.06.2015 09:39, Stefan Hett wrote:
> Hi,
>
> if u were to send a screenshot in some image format

... that would be as silly as sending a .docx. Send a text attachment
instead; or even better, paste text directly into the mail because
that's easiest for people to read.




Re: SVN error 403 accedd denied while deleting files

2015-06-12 Thread Branko Čibej
On 12.06.2015 09:05, sha...@medinfi.com wrote:
> HI Brane,
> Thanks for the response. Please find the requested information below.
>  
>  
> 
>   ServerName 52.0.130.138
>   
> DAV svn
> SVNListParentPath on
> SVNParentPath /home/ubuntu/svn/repos
> AuthType Basic
> AuthName "Authorization Realm"
> AuthUserFile /home/ubuntu/auth-file-svn
> Require valid-user
>   
> 

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" 
> Date: 6/11/15 1:00 pm
> To: sha...@medinfi.com, users@subversion.apache.org
> Cc: "Shaiju CK" 
>
> On 11.06.2015 09:10, sha...@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
>  block for the Subversion repository?
>
> -- Brane
>



Re: SVN error 403 accedd denied while deleting files

2015-06-12 Thread Branko Čibej
On 12.06.2015 11:14, sha...@medinfi.com wrote:
> Hi Brane,
> Thanks for the quick response.
> In fact we are facing this for all the users . But we are getting this
> only while trying to removing and existing file

Is this happening with just one repository or all of them? With any file
or specifically with files in the .../protected directory that's
mentioned in your error message?

-- Brane

> We are able to add/ modify files freely
>  
> Any thoughts?
>  
> Shaiju
>  
>
> - Original Message -----
>     Subject: Re: SVN error 403 accedd denied while deleting files
> From: "Branko Čibej" 
> Date: 6/12/15 1:50 pm
> To: sha...@medinfi.com, users@subversion.apache.org
> Cc: r...@medinfi.com
>
> On 12.06.2015 09:05, sha...@medinfi.com wrote:
>
> HI Brane,
> Thanks for the response. Please find the requested information
> below.
>  
>  
> 
>   ServerName 52.0.130.138
>   
> DAV svn
> SVNListParentPath on
> SVNParentPath /home/ubuntu/svn/repos
> AuthType Basic
> AuthName "Authorization Realm"
> AuthUserFile /home/ubuntu/auth-file-svn
> Require valid-user
>   
> 
>
>
> 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" 
> Date: 6/11/15 1:00 pm
> To: sha...@medinfi.com, users@subversion.apache.org
> Cc: "Shaiju CK" 
>
> On 11.06.2015 09:10, sha...@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
>  block for the Subversion repository?
>
> -- Brane
>



Re: SVN error 403 accedd denied while deleting files

2015-06-18 Thread Branko Čibej
On 18.06.2015 16:29, sha...@medinfi.com wrote:
>  
> Hi
> This is happening for the new repository I have created as well
> Could you please help?


I still don't know how your configuration is behaving. The bits of
configuration that you showed me cannot behave in the way you described.
There could be any number of reasons for this: you might have a proxy
between the client and the server that doesn't allow the DELETE method;
or you could be using a different configuration than shown.

Is there anything interesting in the server error log?

-- Brane

> - Original Message -
>
>     Subject: RE: Re: SVN error 403 accedd denied while deleting files
> From: sha...@medinfi.com
> Date: 6/12/15 3:22 pm
> To: "Branko Čibej" , users@subversion.apache.org
> Cc: r...@medinfi.com
>
> We have only one repository..I will create a new one and try.
> Also this is happening with all the files in the repo.
>  
> Shaiju
>  
>
>         ----- Original Message -
> Subject: Re: SVN error 403 accedd denied while deleting files
> From: "Branko Čibej" 
> Date: 6/12/15 2:51 pm
> To: sha...@medinfi.com, users@subversion.apache.org
> Cc: r...@medinfi.com
>
> On 12.06.2015 11:14, sha...@medinfi.com wrote:
>
> Hi Brane,
> Thanks for the quick response.
> In fact we are facing this for all the users . But we are
> getting this only while trying to removing and existing file
>
>
> Is this happening with just one repository or all of them?
> With any file or specifically with files in the .../protected
> directory that's mentioned in your error message?
>
> -- Brane
>
> We are able to add/ modify files freely
>  
>         Any thoughts?
>      
> Shaiju
>  
>
> - Original Message -
> Subject: Re: SVN error 403 accedd denied while
> deleting files
> From: "Branko Čibej" 
> Date: 6/12/15 1:50 pm
> To: sha...@medinfi.com, users@subversion.apache.org
> Cc: r...@medinfi.com
>
> On 12.06.2015 09:05, sha...@medinfi.com wrote:
>
> HI Brane,
> Thanks for the response. Please find the requested
> information below.
>  
>  
> 
>   ServerName 52.0.130.138
>   
> DAV svn
> SVNListParentPath on
> SVNParentPath /home/ubuntu/svn/repos
> AuthType Basic
> AuthName "Authorization Realm"
> AuthUserFile /home/ubuntu/auth-file-svn
> Require valid-user
>   
> 
>
>
> 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" 
> Date: 6/11/15 1:00 pm
> To: sha...@medinfi.com,
> users@subversion.apache.org
> Cc: "Shaiju CK" 
>
> On 11.06.2015 09:10, sha...@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
>  block for the Subversion repository?
>
> -- Brane
>



RE: Re: SVN error 403 accedd denied while deleting files

2015-06-12 Thread shaiju
HI Brane,
Thanks for the response. Please find the requested information below.
 
 

  ServerName 52.0.130.138
  
DAV svn
SVNListParentPath on
SVNParentPath /home/ubuntu/svn/repos
AuthType Basic
AuthName "Authorization Realm"
AuthUserFile /home/ubuntu/auth-file-svn
Require valid-user
  



 
 
- Original Message - Subject: Re: SVN error 403 accedd denied 
while deleting files
From: "Branko Čibej" 
Date: 6/11/15 1:00 pm
To: sha...@medinfi.com, users@subversion.apache.org
Cc: "Shaiju CK" 

On 11.06.2015 09:10, sha...@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
  block for the Subversion repository?
 
 -- Brane


RE: Re: SVN error 403 accedd denied while deleting files

2015-06-12 Thread shaiju
Hi Brane,
Thanks for the quick response.
In fact we are facing this for all the users . But we are getting this only 
while trying to removing and existing file
We are able to add/ modify files freely
 
Any thoughts?
 
Shaiju
 
- Original Message - Subject: Re: SVN error 403 accedd denied 
while deleting files
From: "Branko Čibej" 
Date: 6/12/15 1:50 pm
To: sha...@medinfi.com, users@subversion.apache.org
Cc: r...@medinfi.com

 On 12.06.2015 09:05, sha...@medinfi.com wrote:
 HI Brane,
Thanks for the response. Please find the requested information below.
 
 

   ServerName 52.0.130.138
   
 DAV svn
 SVNListParentPath on
 SVNParentPath /home/ubuntu/svn/repos
 AuthType Basic
 AuthName "Authorization Realm"
 AuthUserFile /home/ubuntu/auth-file-svn
 Require valid-user
   
 
 
 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" 
 Date: 6/11/15 1:00 pm
 To: sha...@medinfi.com, users@subversion.apache.org
 Cc: "Shaiju CK" 
 
 On 11.06.2015 09:10, sha...@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
  block for the Subversion repository?
 
 -- Brane


RE: Re: SVN error 403 accedd denied while deleting files

2015-06-12 Thread shaiju
We have only one repository..I will create a new one and try.
Also this is happening with all the files in the repo.
 
Shaiju
 
- Original Message - Subject: Re: SVN error 403 accedd denied 
while deleting files
From: "Branko Čibej" 
Date: 6/12/15 2:51 pm
To: sha...@medinfi.com, users@subversion.apache.org
Cc: r...@medinfi.com

 On 12.06.2015 11:14, sha...@medinfi.com wrote:
 Hi Brane,
Thanks for the quick response.
In fact we are facing this for all the users . But we are getting this only 
while trying to removing and existing file
 
 Is this happening with just one repository or all of them? With any file or 
specifically with files in the .../protected directory that's mentioned in your 
error message?
 
 -- Brane
 
  We are able to add/ modify files freely
 
Any thoughts?
 
Shaiju
 
- Original Message - Subject: Re: SVN error 403 accedd denied 
while deleting files
 From: "Branko Čibej" 
 Date: 6/12/15 1:50 pm
 To: sha...@medinfi.com, users@subversion.apache.org
 Cc: r...@medinfi.com
 
 On 12.06.2015 09:05, sha...@medinfi.com wrote:
 HI Brane,
Thanks for the response. Please find the requested information below.
 
 

   ServerName 52.0.130.138
   
 DAV svn
 SVNListParentPath on
 SVNParentPath /home/ubuntu/svn/repos
 AuthType Basic
 AuthName "Authorization Realm"
 AuthUserFile /home/ubuntu/auth-file-svn
 Require valid-user
   
 
 
 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" 
 Date: 6/11/15 1:00 pm
 To: sha...@medinfi.com, users@subversion.apache.org
 Cc: "Shaiju CK" 
 
 On 11.06.2015 09:10, sha...@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
  block for the Subversion repository?
 
 -- Brane


RE: Re: SVN error 403 accedd denied while deleting files

2015-06-18 Thread shaiju
 
Hi 
This is happening for the new repository I have created as well
Could you please help?
 
Shaiju
 
- Original Message - Subject: RE: Re: SVN error 403 accedd 
denied while deleting files
From: sha...@medinfi.com
Date: 6/12/15 3:22 pm
To: "Branko Čibej" , users@subversion.apache.org
Cc: r...@medinfi.com

 We have only one repository..I will create a new one and try.
Also this is happening with all the files in the repo.
 
Shaiju
 
- Original Message - Subject: Re: SVN error 403 accedd denied 
while deleting files
From: "Branko Čibej" 
Date: 6/12/15 2:51 pm
To: sha...@medinfi.com, users@subversion.apache.org
Cc: r...@medinfi.com

 On 12.06.2015 11:14, sha...@medinfi.com wrote:
 Hi Brane,
Thanks for the quick response.
In fact we are facing this for all the users . But we are getting this only 
while trying to removing and existing file
 
 Is this happening with just one repository or all of them? With any file or 
specifically with files in the .../protected directory that's mentioned in your 
error message?
 
 -- Brane
 
  We are able to add/ modify files freely
 
Any thoughts?
 
Shaiju
 
- Original Message ----- Subject: Re: SVN error 403 accedd denied 
while deleting files
 From: "Branko Čibej" 
 Date: 6/12/15 1:50 pm
 To: sha...@medinfi.com, users@subversion.apache.org
 Cc: r...@medinfi.com
 
 On 12.06.2015 09:05, sha...@medinfi.com wrote:
 HI Brane,
Thanks for the response. Please find the requested information below.
 
 

   ServerName 52.0.130.138
   
 DAV svn
 SVNListParentPath on
 SVNParentPath /home/ubuntu/svn/repos
 AuthType Basic
 AuthName "Authorization Realm"
 AuthUserFile /home/ubuntu/auth-file-svn
 Require valid-user
   
 
 
 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" 
 Date: 6/11/15 1:00 pm
 To: sha...@medinfi.com, users@subversion.apache.org
 Cc: "Shaiju CK" 
 
 On 11.06.2015 09:10, sha...@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
  block for the Subversion repository?
 
 -- Brane