Home » Version Control » VersionControl_SVN » Bug #3459
$svn_path must be automatically obtained
Details
| Submitted | 2005-02-14 11:55 UTC |
|---|---|
| From | mario dot lopes at fe dot up dot pt |
| Status | Bogus |
| Package | VersionControl_SVN |
| PHP Version | Irrelevant |
| OS | Any |
| 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';