[ https://issues.apache.org/jira/browse/SVN-4863?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17186200#comment-17186200 ]
Daniel Shahaf commented on SVN-4863: ------------------------------------ Please state the full version number. Workaround: Change {{[:glob:foo:/bar/**]}} to {{[:glob:foo:/bar]}} (two instances). (I haven't actually checked whether {{/foo/**}} applies to {{/foo}}, but it ought to.) Please quote the _exact_ error message in the failing case, as well as the _exact_ command that fails, and the URL of the current directory at that point. (For devs: I'm trying to figure out what relpath the edit drive is rooted on.) I don't recall whether there have been relevant changes since 1.10, but on general principles, please test 1.14 if possible. ENOTIME to review CHANGES myself right now, sorry. Please respond to all of the above questions on the users@ mailing list rather than here. https://subversion.apache.org/mailing-lists > Unable to delete a subfolder within a folder with RW premission > --------------------------------------------------------------- > > Key: SVN-4863 > URL: https://issues.apache.org/jira/browse/SVN-4863 > Project: Subversion > Issue Type: Bug > Components: libsvn_repos > Affects Versions: 1.10.0 > Environment: subversion V1.10 > Reporter: seunghyuk.yu > Priority: Major > > Users are unable to delete sub-folder within a folder with full permission. > {color:#242729}Path based Authorization File{color} > {panel:title=Authorization File} > [/] > @group02 = rw > [:glob:project:/**] > @group01 = r > [:glob:project:/subProject1/**] > @group01 = rw > {panel} > All users under group2 are able to create or delete any subfolder/files in > subProject1 while users under group01 are unable to delete any > subfolder/files with the above permission authorized. > > For example, > Users under group02 are able to add a folder "subProject1" under folder > "project": > /project/subProject1 > > Users under group01 are able to add a file "test.txt" under "subProject1": > /project/subProject1/test.txt > > Users under group01 are unable to delete any files under "subProject1": > /project/subProject1/test.txt > > The error msg is 'Access to @path forbidden'. > > In the previous Subversion 1.9, users under both groups were able to create > or delete any subfolder/files in the path-based authentication without > ":glob:" with above permission authorized. > subversion version 1.10 -- This message was sent by Atlassian Jira (v8.3.4#803005)