Published 2005-04-19 19:12:46

*UPDATE* the source is now in cvs.php.net/pecl/svn

That itch just got to much today, and I started on libsvn bindings for PHP. With a few hints from the subversion mailing list, I now have 3 commands working

<?php
dl('svn.so');
svn_checkout("http://www.akbkhome.com/svn/ext_svn","/tmp/ext_svn");
print_r(svn_cat("http://www.akbkhome.com/svn/ext_svn/svn.c"));
print_r(svn_ls("http://www.akbkhome.com/svn/ext_svn/"));
?>

It's a long way from being completed, but, it's quite nice to see how easy it was to get this far..
This one's php4 friendly, so you can try it out by downloading from the subversion server @ http://www.akbkhome.com/svn/ext_svn/


Mentioned By:
google.com : php svn (278 referals)
svn.haxx.se : Subversion Users: Re: RimTrac, a PHP Web Based SVN Repository Viewer (247 referals)
svn.haxx.se : Subversion Users: Re: PHP / C++ interface (168 referals)
www.php.de : php_svn - Dokumentation? - php.de (153 referals)
google.com : april (136 referals)
google.com : php svn bindings (136 referals)
www.phpfriend.de : phpfriend.de php_svn - Dokumentation? (77 referals)
www.php-center.de : PHP-Center - Neue PECL-Extensions (76 referals)
google.com : php subversion bindings (54 referals)
google.com : php svn extension (33 referals)
google.com : php svn viewer (25 referals)
www.php-mag.de : &nbsp;PHP Magazin - Professional PHP Development (23 referals)
google.com : svn php (22 referals)
google.com : akbk (21 referals)
google.com : december (21 referals)
google.com : php subversion extension (19 referals)
www.artima.com : PHP Buzz Forum - svn bindings - More vapourware on its way (18 referals)
www.planet-php.net : Planet PHP (16 referals)
google.com : subversion php (13 referals)
www.php-mag.net : &nbsp;International PHP Magazine - Cutting-Edge Technologies for Web Professionals (12 referals)

Comments

Here's to more scratching!
Alan,

This is great news! I knew you had this on your TODO list, and I was just thinking a few days ago "I sure hope Alan finds time to work on this ..."

Please let me know if there is anything I can do to help, test, etc. I'll install on my local machine and start working awareness of the extension into PEAR::VersionControl_SVN.

Go Alan, Go Alan!

-Clay
#0 - Clay Loveless ( Link) on 2005-04-19 20:36:23 Delete Comment
build script?
how are you supposed to build this monster? is there no yum install, etc??
#1 - Tony ( Link) on 2009-05-21 06:42:04 Delete Comment

Add Your Comment

Follow us on