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

(-)a/include/configclass.php (-1 / +1 lines)
Lines 1258-1264 Link Here
1258
1258
1259
	function _updateSVNCommand() {
1259
	function _updateSVNCommand() {
1260
		$this->_setPath($this->svn,			$this->_svnCommandPath, 'svn',		'--non-interactive --config-dir '.$this->_svnConfigDir.($this->_svnTrustServerCert ? ' --trust-server-cert' : ''));
1260
		$this->_setPath($this->svn,			$this->_svnCommandPath, 'svn',		'--non-interactive --config-dir '.$this->_svnConfigDir.($this->_svnTrustServerCert ? ' --trust-server-cert' : ''));
1261
		$this->_setPath($this->svnAuthz,	$this->_svnCommandPath, 'svnauthz',	'accessof');
1261
		$this->_setPath($this->svnAuthz,	'/usr/lib64/subversion/bin/', 'svnauthz',	'accessof');
1262
	}
1262
	}
1263
1263
1264
	function getSvnCommand() {
1264
	function getSvnCommand() {

Return to bug 672352