kingpin393 Posted October 16, 2008 Share Posted October 16, 2008 Hi, I am trying to get the PEAR component VersionControl_SVN to work... PHP is installed fine and there was no problem installing it with the pear installer but when I run the first sample script at: http://pear.php.net/manual/en/package.tools.versioncontrol-svn.php I get nothing, no results or anything. Other PEAR components work fine... Any help? Kevin Link to comment https://forums.phpfreaks.com/topic/128690-versioncontrol_svn/ Share on other sites More sharing options...
corbin Posted October 20, 2008 Share Posted October 20, 2008 add error_reporting(E_ALL); ini_set('display_errors', '1'); to the top of the script. I suspect that the SVN PEAR thing isn't installed. Link to comment https://forums.phpfreaks.com/topic/128690-versioncontrol_svn/#findComment-670412 Share on other sites More sharing options...
kingpin393 Posted October 21, 2008 Author Share Posted October 21, 2008 I have done that - still nothing... When I do "pear list" it is shown as installed. Link to comment https://forums.phpfreaks.com/topic/128690-versioncontrol_svn/#findComment-670483 Share on other sites More sharing options...
corbin Posted October 21, 2008 Share Posted October 21, 2008 So no errors are being shown at all? Can you show us your code? Link to comment https://forums.phpfreaks.com/topic/128690-versioncontrol_svn/#findComment-670522 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.