You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
user 2 can't see /trunk/folder1/folder_a/ or even /trunk/folder1
even if you provide &path variable to url pointing to /trunk/folder1/ you won't be able to see content of this path in WebSVN
since version 2.4 it's not possible anymore to see folders with dedicate access but no access to root folder
example:
svn-tree:
branches/
tags/
trunk/
trunk/folder1
trunk/folder1/folder_a
apache.authz
[groups]
admin= admin
user= user
[/]
*=
@admin=rw
[/trunk]
@user=rw
[/trunk/folder1/]
user2=r
Issue
user 2 can't see
/trunk/folder1/folder_a/
or even/trunk/folder1
even if you provide &path variable to url pointing to
/trunk/folder1/
you won't be able to see content of this path in WebSVNproperly related to this
The text was updated successfully, but these errors were encountered: