RE: Re: PHP + SWIG and SVN
From: Martin Furter <mf_at_rola.ch>
Date: Mon, 25 May 2009 22:30:43 +0200 (CEST)
On Tue, 19 May 2009, Laran Evans wrote:
> Any update on PHP bindings for Subversion? I'd love to see them. Would
I don't want to scare you away but it's a lot of work!
Run the following commandline in the root of the subversion source:
egrep '^svn_[a-zA-Z0-9_]* *\(' subversion/include/*.h |
The output will be the number of functions followed by the module name
28 stream
The sum of all functions is 1153, ignoring the functions ending with a
A lot of work if you do it manually.
Another option is using swig (I hope swig supports PHP). But then you
Probably the easiest way is using svncpp (http://rapidsvn.tigris.org/) but
HTH
------------------------------------------------------
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.