SVNCommitItem item = (SVNCommitItem) myModifiedFiles.get(path);
SVNWCAccess wcAccess = item.getWCAccess();
wcAccess.checkCancelled();
SVNEvent event = SVNEventFactory.createSVNEvent(new Resource(wcAccess.getAnchor(), item.getPath()),SVNNodeKind.FILE, null, SVNRepository.INVALID_REVISION, SVNEventAction.COMMIT_DELTA_SENT, null, null, null);
wcAccess.handleEvent(event, ISVNEventHandler.UNKNOWN);
SVNAdminArea dir = wcAccess.retrieve(item.getFile().getParentFile());
String name = SVNPathUtil.tail(item.getPath());
SVNEntry entry = dir.getEntry(name, false);