|
Posted by Andy Hassall on 10/13/78 11:23
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
Navigation:
[Reply to this message]
|