How to get 'svn diff' output from svnkit as nicely encapsulated objects and not as OutputStream

For example, svn logs can be retrieved encapsulated SVNLogEntry

with both SVNLogClient

.

However, using SVNDiffClient

I can see the possibility of getting diff like OutputStream

.

Getting the diff as a collection of objects will save me a lot of line processing trying to access the common fields in each diff

+3


source to share





All Articles