Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 672352 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- a/include/configclass.php   2020-12-18 22:42:58.700499456 +0100
0
++ b/include/configclass.php   2020-12-18 22:45:42.917945953 +0100
Lines 1242-1248 Link Here
1242
1242
1243
       function _updateSVNCommand() {
1243
       function _updateSVNCommand() {
1244
               $this->_setPath($this->svn,                     $this->_svnCommandPath, 'svn',          '--non-interactive --config-dir '.$this->_svnConfigDir.($this->_svnTrustServerCert ? ' --trust-server-cert' : ''));
1244
               $this->_setPath($this->svn,                     $this->_svnCommandPath, 'svn',          '--non-interactive --config-dir '.$this->_svnConfigDir.($this->_svnTrustServerCert ? ' --trust-server-cert' : ''));
1245
               $this->_setPath($this->svnAuthz,        $this->_svnCommandPath, 'svnauthz',     'accessof');
1245
               $this->_setPath($this->svnAuthz,        '/usr/lib64/subversion/bin/', 'svnauthz',       'accessof');
1246
       }
1246
       }
1247
1247
1248
       function getSvnCommand() {
1248
       function getSvnCommand() {

Return to bug 672352