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 am trying to remove a path svn rm https://"Alexander_Lost"@ subversion.assembla.com/svn/repo_name/branches/project_name/Projects/ShooterGame/Content/Mods/project_name/Assets/Foliage/Trees/StepeeGrass/Grass01/skwnorp_2K_Normal.uasset -m "test uasset delete by andrei" svn: E175013: Access to '/svn/repo_name/!svn/txr/153436-3cur/branches/project_name/Projects/ShooterGame/Content/Mods/project_name/Assets/Foliage/Trees/StepeeGrass/Grass01/skwnorp_2K_Normal.uasset' forbidden in apache logs i can see the following [Wed Jul 21 19:47:42.187161 2021] [authz_svn:error] [pid 1510:tid 140015597156096] [client 188.26.223.19:42966] Access denied: 'Alexander_Lost' DELETE repo_name:/branches/project_name/Projects/ShooterGame/Content/Mods/project_name/Assets/Foliage/Trees/StepeeGrass/Grass01/skwnorp_2K_Normal.uasset Please let me know if this is a config error or it is an authz bug. Kind Regards, Andrei