Skip to content

Upgrade websvn version

Alvaro Gonzalez Alvarez requested to merge qa into master

In order to upgrade Websvn's version, few things needed to be done. First change to Fedora 29, we need the utility svnauthz and centos7 does not have it. The checkout the code from github, as there is no RPM for the fork. And then other minor things, like setting httpd as 'prefork' instead of 'event', otherwise php does not work.

Merge request reports