Thorsten Schöning
Thorsten Schöning
@JimmieJimmie With merging PR #80, things should have improved for you a bit at least, because formerly double-checked permissions on repos are checked only once now. Please give the current...
# How can things be improved further? ## Global cache independent from requests. A cache per request with a short period of time has been added to not need to...
Would that really help anyway? If I'm understanding correctly, you mention to extend an already available extension. But besides actual coding, the changes need to be accepted by the current...
> The cache doesn't seem to help with this either - an immediate refresh just takes almost as long to load. The cache is per request/instance and for a short...
Could you please provide some concrete examples for URLs you have not working with MultiViews? Additionally make clear how those would need to look like to work with MultiViews, corresponding...
> I did not edit for other operations. And that's the whole downside of this approach, different URL types need to be handled in multiple files. I would try to...
> My basic question: Why is svnauthz executed for each file in that directory? To my understanding, it should be enough to execute it only for this single file, for...
> Should I add some debug code to help you finding the location of the source of this svnauthz calls? That would be great, especially have a look at `svnlook.php`...
> And I know the reason: In revision 231634 all ~6000 files where modified! I've expected something like that. There's two aspects here: 1. Is the behaviour of WebSVN to...
> Because as far as I know, SVN does not support access restrictions on a single file. I'm pretty sure SVN maintains access to arbitrary paths: > As files are...