parentDir.saveEntries(true);
}
// remove dir.
SVNAdminArea dir = wcAccess.retrieve(fullPath);
try {
dir.removeFromRevisionControl(dir.getThisDirName(), true, false);
} catch (SVNException svne) {
handleLeftLocalModificationsError(svne);
}
SVNEvent event = SVNEventFactory.createSVNEvent(fullPath, SVNNodeKind.DIR, null,
SVNRepository.INVALID_REVISION, SVNEventAction.UPDATE_DELETE, null, null, null);