torsdag 28 juli 2022 kl. 12:02:19 UTC+2 skrev blycio: > Hi,I gave a user all permissions of the parent path, but this user can > only see some subfolders from the repository browser. Has anyone > encountered such a problem and how to solve it?
Are you sure there are no permissions on "more specific" paths that restrict access for the user? See https://svnbook.red-bean.com/en/1.7/svn.serverconfig.pathbasedauthz.html You could also check with the command line client if it can see the "missing" paths using svn ls [address to repository], for example: svn ls https://svn.apache.org/repos/asf/subversion/trunk If the command line client can't see all subfolders you have a problem with the permission setup and you should probably ask as [email protected] where you can find more expertise regarding setting up the server. Kind regards, Daniel -- You received this message because you are subscribed to the Google Groups "TortoiseSVN" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/tortoisesvn/e0fc3e04-1159-4a20-83ee-4c56369f4aa6n%40googlegroups.com.
