I was thinking about using PHP:SVN for managing svn repositories on a production website. Currently svn commands are built up and executed on the command line which feels like a major security vulnerability.
PHP:SVN would have the advantage of not executing any commands directly and allowing me to scrap a lot of code.
My question is how mature is the module and is it usable on a production site? Most of the pages about it bear the warning "This function is EXPERIMENTAL and may change". But this would only matter if upgrading the version of PHP.