views:

1302

answers:

5

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  A: 

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

Daok
A: 

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.

Stephane Grenier
That is fine, but does not address the problem. On a side note www.xp-dev.com allows free svn hosting up to 1500MB
Unkwntech
I don't think there is a solution. And the question is why would you want to push it unless it's your core competency? I would instead recommend outsourcing, especially since it can be done so cheaply. And it's not a good thing to have your SVN on the same box as your hosting box.
Stephane Grenier
As for hosting, just remember nothing is free. You'll get what you pay for... And for us, source control is very important. I'd rather entrust someone I know is an expert and that's their core business on our source than someone who is offering it for free. But that's just me ;)
Stephane Grenier
I do believe that they have paid accounts and I am using them now with no problems.
Unkwntech
I don't know enough about them to make a valid judgement, all I can say is be careful. This is your source after all ;)
Stephane Grenier
A: 

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.

Will Bickford
A: 

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.

navitronic
+1  A: 

You could try:

http://sourceforge.net/projects/deltaweb

Looks like its going in the right direction, however it's beta.
Unkwntech