--- a/include/configclass.php 2021-05-12 05:33:14.000000000 -0700 +++ b/include/configclass.php 2021-05-12 05:33:14.000000000 -0700 @@ -1258,7 +1258,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() {