Re: svn authz error: Access denied issue when running svn rm resource where the user should be able to have full access

2021-08-01 Thread Daniel Shahaf
Andrei Cusnir wrote on Sat, Jul 31, 2021 at 02:01:30 +0200: > Hi Daniel, > can you please let me know if this is a case for which I should open a bug > ticket, Yes, please, and please link to this thread from the ticket. > or this is something that has to do with the authz file contents. As I

Re: svn authz error: Access denied issue when running svn rm resource where the user should be able to have full access

2021-08-01 Thread Andrei Cusnir
Hi Daniel, thank you for your response. i have tried to recreate customer issue in a test repo so that i dont expose customer name, i have created mostly same path structure to the uasset file and created same authz file in my repo authz file [groups] r_users = andrei [:glob:/] * = rw

Re: svn authz error: Access denied issue when running svn rm resource where the user should be able to have full access

2021-07-30 Thread Andrei Cusnir
Hi Daniel, can you please let me know if this is a case for which I should open a bug ticket, or this is something that has to do with the authz file contents. Kind Regards, Andrei On Thu, Jul 22, 2021 at 4:57 PM Andrei Cusnir wrote: > Hi Daniel, > thank for your reply, > i was able to confirm

Re: svn authz error: Access denied issue when running svn rm resource where the user should be able to have full access

2021-07-30 Thread Daniel Shahaf
Daniel Shahaf wrote on Sat, Jul 31, 2021 at 00:41:48 +: > Now, the delete logic should request a *non* recursive access check if > the thing to be deleted is a plain file in HEAD. > subversion/libsvn_repos/commit.c:delete_entry() > does behave this way — when the .uasset path identifies a

Re: svn authz error: Access denied issue when running svn rm resource where the user should be able to have full access

2021-07-30 Thread Daniel Shahaf
Daniel Sahlberg wrote on Thu, Jul 22, 2021 at 16:51:02 +0200: > Den ons 21 juli 2021 kl 22:30 skrev Andrei Cusnir : > > [groups] > > r_users = Alexander_Lost > > > > [:glob:/] > > * = rw > > > > [:glob:/**/*.uasset] > > @r_users = rw > > > > [:glob:/**/Source/**] > > @r_users = > > Do you know

Re: svn authz error: Access denied issue when running svn rm resource where the user should be able to have full access

2021-07-30 Thread Daniel Shahaf
[dev@: tl;dr: mod_authz_svn shouldn't require svn_authz_recursive access on DELETE when the target is a file] Andrei Cusnir wrote on Wed, Jul 21, 2021 at 21:58:04 +0200: > Hi, > here is my authz config file > > [groups] > r_users = Alexander_Lost > > [:glob:/] > * = rw > >

Re: svn authz error: Access denied issue when running svn rm resource where the user should be able to have full access

2021-07-22 Thread Andrei Cusnir
Hi Daniel, thank for your reply, i was able to confirm this behaviour on both svn server versions 1.12.2 and 1.14.1 current apache server Apache/2.4.25 (Debian) SVN/1.14.1 OpenSSL/1.0.2u mod_wsgi/4.5.11 Python/2.7 configured -- resuming normal operations the user that reported it first is having

Re: svn authz error: Access denied issue when running svn rm resource where the user should be able to have full access

2021-07-22 Thread Daniel Sahlberg
Den ons 21 juli 2021 kl 22:30 skrev Andrei Cusnir : > Hi, > here is my authz config file > > [groups] > r_users = Alexander_Lost > > [:glob:/] > * = rw > > [:glob:/**/*.uasset] > @r_users = rw > > [:glob:/**/Source/**] > @r_users = > > > user Alexander_Lost should be able to work with uasset

svn authz error: Access denied issue when running svn rm resource where the user should be able to have full access

2021-07-21 Thread Andrei Cusnir
Hi, here is my authz config file [groups] r_users = Alexander_Lost [:glob:/] * = rw [:glob:/**/*.uasset] @r_users = rw [:glob:/**/Source/**] @r_users = user Alexander_Lost should be able to work with uasset type of files and should not see anything that has Source in the global path when i