SVNErrorManager.error(err, ioe, SVNLogType.FSFS);
}
if (deltaReader != null) {
deltaReader.reset(myCurrentNodeBaton.myPath, fsConsumer);
}
fsConsumer.textDeltaEnd(myCurrentNodeBaton.myPath);
checksum = fsConsumer.getChecksum();
}
}
if (checksum != null && myCurrentNodeBaton.myResultChecksum != null) {