Class: RubyMaat::Parsers::SvnParser

Inherits:
BaseParser show all
Defined in:
lib/ruby_maat/parsers/svn_parser.rb

Overview

SVN parser for XML log files

Input: svn log -v --xml > logfile.log -r YYYYmmDD:HEAD

Sample XML format: jdoe 2015-06-15T10:30:45.123456Z /trunk/src/file.java /trunk/test/test.java Fix bug in parser

Method Summary

Methods inherited from BaseParser

#initialize, #parse

Constructor Details

This class inherits a constructor from RubyMaat::Parsers::BaseParser