ogou

Results 8 comments of ogou

I've update to PHP 7.4, but same issue... I can't find the supported version for Websvn.

I've just test with PHP 7.x and PHP 8.x and it seem to be the same. ![websvn screen](https://user-images.githubusercontent.com/9967900/162987830-7fd6a6b2-b1f4-4384-b073-a001fb352efe.png)

Thank's for you comment ! But just to be clear, it is not possible to have the sub-directory tree view with this new version ?

I've just change the $level to 0. **This modification solve my problem ;-)** So yes, is it possible to add an option in the conf file to manage this ?

![Capture d’écran 2022-04-13 083621](https://user-images.githubusercontent.com/9967900/163115006-f58fa5cb-d374-41d1-a9db-eb089f86bde5.png)

> @ogou Do you have any access restrictions for your repos in place? No restriction in my configuration. All users have access to all svn projects, and no restriction in...

> @ogou Please try `$config->setLoadAllRepos(true);` as suggested. Is that fast enough for you? I've try to add this parameter into the config.php file. For a small svn project, it's ok...

> Hi @ogou, Thanks for your investigations, I have the same issue upgrading from 2.3.0 to 2.7.0. Would please tell me where you did change `$level = 0` ? No...