Thanks Dmitry, indeed 1.8.5 creates the temporary files in a temporary
directory which fixes my issue.
On Tue, Apr 8, 2014 at 11:10 AM, Dmitry Pavlenko wrote:
> Hello Luis,
>
> Probably you've run into this issue:
>
> http://issues.tmatesoft.com/issue/SVNKIT-481
>
> It was fixed at 1.8.5, please
Hello Luis,
Probably you've run into this issue:
http://issues.tmatesoft.com/issue/SVNKIT-481
It was fixed at 1.8.5, please consider upgrading to the latest SVNKit version.
What about not working second method: I can't reproduce the problem. Moreover,
doDiff() method calls
SvnDiff operation (
Hi,
I have implemented two methods to diff a file between two revisions. The
first one works, while the second used to work but now it doesn't.
This is the one that works:
public void diff(String targetName, long oldRevision, long newRevision,
OutputStream out) throws SVNException {