fsConsumer.applyTextDelta(myCurrentNodeBaton.myPath, myCurrentNodeBaton.myBaseChecksum);
}
public void setFullText() throws SVNException {
FSDeltaConsumer fsConsumer = myCurrentRevisionBaton.getConsumer();
fsConsumer.applyText(myCurrentNodeBaton.myPath);
}
public void parseTextBlock(InputStream dumpStream, long contentLength, boolean isDelta) throws SVNException {
FSDeltaConsumer fsConsumer = myCurrentRevisionBaton.getConsumer();