SVNKit relies on correct editor calls sequence, any sequence rule violation can
lead to unexpected
consequencies.
addDir call implies entering into the directory, you shouldn't call openDir
after it like in this
example:
http://wiki.svnkit.com/Committing_To_A_Repository#Example_On_Using_ISVNE
Thanks, Dmitri. I've moved down to my next problem, now. :-)
I'm doing this sequence:
editor.addDir 'COBOL74'
Do checkPath on file 'COBOL74/FD_D000AUD1.c74_m'
editor.openDir 'COBOL74'
editor.addFile 'COBOL74/FD_D000AUD1.c74_m'
editor.applyTextDelta 'COBOL74/FD_D000AUD1.c74_m'
deltaGenerator.sen