loeschers
loeschers
> How fast is the default SVN view for this directory with 10 000 files? Entering this directory takes about 3 seconds for viewing. That's OK.
I start e.g. with the URL https://myserver.my.domain/websvn/browse/myrepo/trunk/dir_with_thousand_files/ Opening this URL takes about 3 seconds, which is OK. Then I click on "Log"-link for one file. URL is https://myserver.my.domain/websvn/browse/myrepo/trunk/dir_with_thousand_files/myfile.txt?op=log& This ends...
I already started yesterday to find out where to insert some debug code. I don't really know PHP, but I am just making a great learning curve :-) I updated...
> 1. Is the behaviour of WebSVN to check all files mentioned in the revision correct or not? I would say: To check all files in the revision basically is...
@ams-tschoening You are right. Current SVN is able to resctrict access also on file basis. @michael-o I enabled Apache debug LogLevel and then executed something like that: svn log https://myserver.my.domain/myrepo/trunk/dir_with_thousand_files/myfile0001.txt...