Posts Tagged ‘perl’

svn log parser - Parses SVN log files and groups log messages per date

Wednesday, July 7th, 2010

I've been looking for a nice svn log parser but I couldn't find one for the purpose I needed it.
You know that story, right ? :)

I needed an svn log parser that would give me log messages accumulated per day.
Here is what I came up with. Feel free to send me improvements.

Download svn-log-parser

Related

Add an URL in Perl CPAN module mirror list

Friday, January 23rd, 2009

[code]
perl -MCPAN -e shell

o conf urllist push ftp://ftp-mirror.internap.com/pub/CPAN/
o conf commit

[/code]