I've dogged around but no luck - I have a PHP script containing:
echo shell_exec('2>&1 svn update /var/www/html/myProject/');
when i run using php from command line it works fine:
/usr/bin/php update.php
when i try to update it using wget:
wget -qO- http://www.DOMAIN.com/update.php
I get certification error and svn messages. I'm pretty sure it's got something to do with Linux user permissions, but cant find what. Thanks