Volker Cordes wrote on Fri, Jan 13, 2017 at 18:47:17 +0100:
> Am 13.01.2017 um 15:47 schrieb Daniel Shahaf:
> > 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
Am 13.01.2017 um 15:47 schrieb Daniel Shahaf:
> 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
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
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
On 13.01.2017 03:00, Jonathan Bedard wrote:
> In SVN 1.9, moving a file with svn move generates an unexpected patch file
> when running svn diff. https://bugs.webkit.org/show_bug.cgi?id=166914 has
> the work-around which WebKit used to fix this issue in our svn support
> scripts. Bellow is an