commitEditor.addFile(lambdaPath, null, SVNRepository.INVALID_REVISION);
commitEditor.applyTextDelta(lambdaPath, null);
fileText = (String) ourGreekTreeFiles.get(LAMBDA);
checksum = deltaGenerator.sendDelta(lambdaPath, new ByteArrayInputStream(fileText.getBytes()), commitEditor,
true);
commitEditor.closeFile(lambdaPath, checksum);
commitEditor.addDir("A/B/E", null, SVNRepository.INVALID_REVISION);
//add /A/B/E/alpha file
String alphaPath = "A/B/E/" + ALPHA;