commitEditor.closeFile(chiPath, checksum);
//add /A/D/H/omega file
String omegaPath = "A/D/H/" + OMEGA;
commitEditor.addFile(omegaPath, null, SVNRepository.INVALID_REVISION);
commitEditor.applyTextDelta(omegaPath, null);
fileText = (String) ourGreekTreeFiles.get(OMEGA);
checksum = deltaGenerator.sendDelta(omegaPath, new ByteArrayInputStream(fileText.getBytes()), commitEditor,
true);
//close /A/D/H/omega file
commitEditor.closeFile(omegaPath, checksum);