mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-13 08:55:44 +01:00
fix wrong svn diff
This commit is contained in:
@@ -136,8 +136,8 @@ public class SvnDiffViewer implements DiffViewer
|
||||
long currentRev = Long.parseLong(revision);
|
||||
|
||||
diffClient.doDiff(svnurl, SVNRevision.HEAD,
|
||||
SVNRevision.create(currentRev),
|
||||
SVNRevision.create(currentRev - 1), SVNDepth.INFINITY,
|
||||
SVNRevision.create(currentRev - 1),
|
||||
SVNRevision.create(currentRev), SVNDepth.INFINITY,
|
||||
false, output);
|
||||
}
|
||||
catch (Exception ex)
|
||||
|
||||
Reference in New Issue
Block a user