Hi, I want to give output of svnadmin verify command from shell_exec()
var_dump(shell_exec('/usr/bin/svnadmin verify /Users/osman/Desktop/SVN/name'));
But it returns 'null'. How can i access the response of svnadmin verify ?
Im working with PHP 5.3.2 on Mac OS X Snow Leopard