PHP Source Control Server

杀马特。学长 韩版系。学妹 提交于 2019-12-19 09:20:27

问题


I there a PHP based source control 'server' that is compatible with SVN clients?
I'd like to host my SVN on my hosting servers, however the current host will not allow me to start any process or install any software


回答1:


You can have a PHP front end but you will still need to have the SVN server running somewhere.




回答2:


You could try:

http://sourceforge.net/projects/deltaweb




回答3:


Not that I know of.

You can look at services like CVSDude.org which provide great SVN hosting that's pretty affordable. They basically specialize in both CVS, and now SVN hosting.




回答4:


The only PHP-based SVN project I'm aware of is this package that allows PHP to utilize some of the SVN bindings: http://pecl.php.net/package/svn.

As the other answers here have indicated, I don't think you are going to find what you want. A PHP-based SVN server does not appear to exist.

I would suggest finding a different hosting provider for your repositories.




回答5:


If you want a hosted svn repository and you don't mind using and trusting a 3rd party, try beanstalk, they have a free account and a number of fairly reasonable paid options, considering the management overhead you won't need with them.



来源:https://stackoverflow.com/questions/368958/php-source-control-server

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!