Re: PHP svn client or Wiki on the top of svn?
Available news archives: comp.lang.tcl - comp.lang.python - comp.security.firewalls - sci.crypt - comp.lang.php - comp.lang.javascript
Google
 
Web news.hping.org


comp.lang.php archive

Re: PHP svn client or Wiki on the top of svn?

From: Andy Hassall <andy@andyh.co.uk>
Date: Fri Jul 29 2005 - 01:17:58 CEST

On 28 Jul 2005 04:28:25 -0700, "R. Rajesh Jeba Anbiah"
<ng4rrjanbiah@rediffmail.com> wrote:

>Berislav Lopac wrote:
>> R. Rajesh Jeba Anbiah wrote:
>> > I'm searching for a pure svn client in PHP, but didn't find one yet.
>>
>> http://websvn.tigris.org/
>
> Thanks for your reply. Already seen this one and unfortunately, it's
>not a pure PHP svn client--the client uses svn inturn, but looking for
>a cient in PHP (PHP source that handles the svn protocol without using
>any external executables). Thanks anyway.

 I'd be surprised if there's ever a pure PHP SVN client. The direction SVN uses
is bindings through SWIG, which I believe has support for PHP bindings. SVN
comes with Perl and Ruby bindings but not PHP ones.

 Not sure how much effort adding PHP bindings is - presumably it's simplified
by having SWIG in the middle acting as an intermediary, but I've had a brief
look at SWIG. I think this would end up as a loadable PHP module, which is
better than spawning svn processes, but not as convenient for hosts where
you're not the admin.

 I'd be interested in seeing any answers to this, since I use subversion for my
hobby projects, and I've not been particularly impressed by any of the web
interfaces I've looked at.

-- 
Andy Hassall / <andy@andyh.co.uk> / <http://www.andyh.co.uk>
<http://www.andyhsoftware.co.uk/space> Space: disk usage analysis tool
Received on Mon Oct 17 21:22:13 2005