public void abortEdit() throws SVNException {
}
public void absentDir(String path) throws SVNException {
if (myCurrentDirectory.myWCFile != null) {
File dir = new Resource(myCurrentDirectory.myWCFile, SVNPathUtil.tail(path));
SVNEvent event = SVNEventFactory.createSVNEvent(dir, SVNNodeKind.DIR,
null, SVNRepository.INVALID_REVISION, SVNStatusType.MISSING, SVNStatusType.MISSING, SVNStatusType.MISSING, SVNEventAction.SKIP, SVNEventAction.SKIP,
null, null);
myEventHandler.handleEvent(event, ISVNEventHandler.UNKNOWN);
}