--- a/include/configclass.php 2020-12-18 22:42:58.700499456 +0100 +++ b/include/configclass.php 2020-12-18 22:45:42.917945953 +0100 @@ -1242,7 +1242,7 @@ function _updateSVNCommand() { $this->_setPath($this->svn, $this->_svnCommandPath, 'svn', '--non-interactive --config-dir '.$this->_svnConfigDir.($this->_svnTrustServerCert ? ' --trust-server-cert' : '')); - $this->_setPath($this->svnAuthz, $this->_svnCommandPath, 'svnauthz', 'accessof'); + $this->_setPath($this->svnAuthz, '/usr/lib64/subversion/bin/', 'svnauthz', 'accessof'); } function getSvnCommand() {