I would like to use SVNDiffClient to get wc local changes, equivalent of 'svn diff -rBASE', which is exactly what this example is suposed to do.
However, running the code from example throws 'org.tmatesoft.svn.core.SVNException: svn: At least one revision must be non-local for a pegged diff', which is exactly what documentation says it would.
I would like to be able to compare WORKING to BASE without hitting the server, to see if there were any changes. Can this be accomplished using SVNKit?