using command
svn log --diff --verbose URL
a unified diff is generated by SVN.
When I parse this file, I get the following error:
java.lang.IllegalStateException: A FROM_FILE line ('---') must be directly followed by a TO_FILE line ('+++')!
at org.wickedsource.diffparser.unified.ParserState$3.nextState(ParserState.java:76)
at org.wickedsource.diffparser.api.UnifiedDiffParser.parse(UnifiedDiffParser.java:64)
using command
svn log --diff --verbose URL
a unified diff is generated by SVN.
When I parse this file, I get the following error:
java.lang.IllegalStateException: A FROM_FILE line ('---') must be directly followed by a TO_FILE line ('+++')!
at org.wickedsource.diffparser.unified.ParserState$3.nextState(ParserState.java:76)
at org.wickedsource.diffparser.api.UnifiedDiffParser.parse(UnifiedDiffParser.java:64)