Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

David Coallier's Blog:
SVN log-per-user parser using SimpleXML
Mar 27, 2007 @ 13:33:00

David Coallier has a quick hit post today on his blog. In it, he shows how, with a little bit of SimpleXML magic, to parse the log files from your Subversion installation.

Yesterday I was struggling trying to get svn log to display the results for a certain user and this was very annoying.. then I jumped on #svn on freenode, and someone mentionned svn log --xml

This apparently made my life much much easier with this simple script I have pulled in a couple minutes.

He includes the script and a brief set of instructions on how to use it in your installation.

tagged: subversion parser log file peruser simplexxml repository subversion parser log file peruser simplexxml repository

Link:

David Coallier's Blog:
SVN log-per-user parser using SimpleXML
Mar 27, 2007 @ 13:33:00

David Coallier has a quick hit post today on his blog. In it, he shows how, with a little bit of SimpleXML magic, to parse the log files from your Subversion installation.

Yesterday I was struggling trying to get svn log to display the results for a certain user and this was very annoying.. then I jumped on #svn on freenode, and someone mentionned svn log --xml

This apparently made my life much much easier with this simple script I have pulled in a couple minutes.

He includes the script and a brief set of instructions on how to use it in your installation.

tagged: subversion parser log file peruser simplexxml repository subversion parser log file peruser simplexxml repository

Link:


Trending Topics: