I am trying to make a svn directory readable through web browsers, so what I do is to checkout it using the svn php extension. I've managed to checkout and update the directory through ssh using the command line php thingy. It works without problems. But if I try to update the directory using a .php-file on the web page, it gives me error code 500. The error logs say this
PHP Fatal error: Call to
undefined function svn_update() in /home/derp/public_html/svn/php/update_svn.php
I haven't done much php, and I am not sure how to make this work. Does anyone here know?