In VersionControl_SVN::factory changed option keyword 'svn_bin' to 'binaryPath':
http://pear.php.net/package/VersionControl_SVN/docs/latest/VersionControl_SVN/VersionControl_SVN.html#methodfactory
*In VersionControl_SVN::factory changed option keyword 'svn_path' to 'binaryPath'
=== UserPrivilegesEditPage.php, row 215 old: $options = array('fetchmode' => VERSIONCONTROL_SVN_FETCHMODE_ARRAY, 'svn_path' => $svn_cmd); new: $options = array('fetchmode' => VERSIONCONTROL_SVN_FETCHMODE_ARRAY, 'binaryPath' => $svn_cmd);
Log in to post a comment.
*In VersionControl_SVN::factory changed option keyword 'svn_path' to 'binaryPath'
=== UserPrivilegesEditPage.php, row 215
old: $options = array('fetchmode' => VERSIONCONTROL_SVN_FETCHMODE_ARRAY, 'svn_path' => $svn_cmd);
new: $options = array('fetchmode' => VERSIONCONTROL_SVN_FETCHMODE_ARRAY, 'binaryPath' => $svn_cmd);