Is there a Java parser for SVN dump files, similar to svndumpfilter? I know that svnkit has such a script, but I did not find an API documentation or an example for actually reading the content of the dumpfile.
I am writing a Java app that has to analyze SVN dumps. Ideally, I would like to traverse the dump file entry-by-entry (it's too large to be read in whole). Is there an off-the-shelf tool to use, or should I implement the parser myself, based on the dump file grammar?