Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How mature is PHP:SVN

Tags:

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.

like image 937
Tom Avatar asked May 22 '09 09:05

Tom


1 Answers

The original PECL package is here, it should give you some feel on how mature it is. And here is a list of the current open bugs for this package.

like image 96
Ólafur Waage Avatar answered Oct 11 '22 16:10

Ólafur Waage