PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » Version Control » VersionControl_SVN » Bug #3459

$svn_path must be automatically obtained

Details

Submitted2005-02-14 11:55 UTC
Frommario dot lopes at fe dot up dot pt
StatusBogus
PackageVersionControl_SVN
PHP VersionIrrelevant
OSAny
Roadmaps(Not assigned)

Comments

[2005-02-14 11:55 UTC] mario dot lopes at fe dot up dot pt

Description:
------------
$svn_path cannot be obtained this way. For example, on my system (SuSE 9.2) svn is located on /usr/bin. For this reason, I wasn't able to authenticate, until I found this.

Reproduce code:
---------------
/**
* Location of the svn client binary installed as part of Subversion
*
* @var string $svn_path
* @access public
*/
var $svn_path = '/usr/local/bin/svn';