News Feed
Jobs Feed
Sections




News Archive
Fabien Potencier's Blog:
Getting information from SVN with PHP
February 05, 2009 @ 12:08:23

In a recent post Fabien Potencier took a look at one method for getting metadata information from a subversion repository about the project(s) inside.

Last year, I deployed a new tool to manage symfony plugins. The first goal of this tool was to simplify the process of contributing new plugins. [...] The question I wanted to answer was quite simple: How many plugins were created per month before and after the change?

He uses a very handy option to modify the output of an "svn log" command - the "--xml" argument. This outputs the latest information (like author, date, paths and msg) for each of the log entries. This can then be thrown into a call to simple_xml_load_file and parsed down into the numbers he was looking for. He even generated a graph of the results as they coordinated with the different symfony releases.

0 comments voice your opinion now!
subversion svn log xml output parse simplexml graph


blog comments powered by Disqus

Similar Posts

Zend Developer Zone: Zend Framework Routing with XML

Matthew Weir O'Phinney's Blog: mbstring comes to the rescue

Zend Developer Zone: Consuming WebThumb's API in PHP

William Candillon\'s Blog: Using XML Representations of a PHP parse Tree

CodingThis.com Blog: Quick XML-to-HTML Templating in PHP Using SimpleXML


Community Events











Don't see your event here?
Let us know!


conference release zendframework2 opinion functional community example series interview object unittest podcast language tool development code testing application introduction framework

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework