stable

Clone or download

Read-only

Parse svn log in php

This is a php implementation of the log parsing logic already available in perl script db_stats_svn_plugin_history.pl The reimplemention is there to avoid a dependency on perl on RHEL7 + get rid of crappy code. Part of story #10167 have logs of svn activities done one backend-svn Change-Id: If6ae1624b0169dc6e4db7fbcbb95af7863518cbb

Modified Files

Name
A plugins/svn/include/Svn/Logs/DBWriter.php +112 −0 Go to diff View file
A plugins/svn/include/Svn/Logs/DBWriterDao.php +86 −0 Go to diff View file
A plugins/svn/include/Svn/Logs/LogCache.php +90 −0 Go to diff View file
A plugins/svn/include/Svn/Logs/Parser.php +82 −0 Go to diff View file
M plugins/svn/include/autoload.php +6 −2 Go to diff View file
A plugins/svn/tests/Svn/Logs/ParserTest.php +168 −0 Go to diff View file
A plugins/svn/tests/Svn/Logs/_fixtures/svn.1.log +2 −0 Go to diff View file
A plugins/svn/tests/Svn/Logs/_fixtures/svn.2.log +7 −0 Go to diff View file
A plugins/svn/tests/Svn/Logs/_fixtures/svn.3.log +9 −0 Go to diff View file
A plugins/svn/tests/Svn/Logs/_fixtures/svn.4.log +2 −0 Go to diff View file