[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: problem with path based authorization

From: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Fri, 13 Jan 2017 14:47:01 +0000

Volker Cordes wrote on Fri, Jan 13, 2017 at 10:51:19 +0100:
> 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?

'Update' does recheck permissions (that's done server-side and cannot be
opted out of). There ought to be some other difference. Maybe the
authz'd files have local mods so they weren't deleted from the tree
('svn st' will show '?'). Maybe the two working copies (old and new)
don't use the same username or don't come from the same URL.

> Or is the only possibility to check out the whole project
> again (I'd like to avoid that because of the size)?
>
> Thanks,
> Volker
>
Received on 2017-01-13 15:50:36 CET

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.