if (handler != null) {
handler.openRevision(new SVNFileRevision(pathRevision.getPath(), pathRevision.getRevision(),
revProps, propDiffs, pathRevision.isResultOfMerge()));
if (contentsChanged) {
SVNDeltaCombiner sourceCombiner = new SVNDeltaCombiner();
SVNDeltaCombiner targetCombiner = new SVNDeltaCombiner();
handler.applyTextDelta(pathRevision.getPath(), null);
InputStream sourceStream = null;
InputStream targetStream = null;
try {
if (sendBaton.myLastRoot != null && sendBaton.myLastPath != null) {