Hello, I have set up path based authorization on a repository. If I check out the project, everything works as expected. My problem however is, that if I change permissions of a file / path and then update the working copy the files I should have no longer access to are still there. Is there a way of updating the working copy so that permissions are rechecked? Or is the only possibility to check out the whole project again (I'd like to avoid that because of the size)?
Thanks, Volker