command.clear();
command.put(SVNLog.NAME_ATTR, SVNAdminUtil.getTextBasePath(name, false));
log.addCommand(SVNLog.DELETE, command, false);
command.clear();
}
log.save();
root.runLogs();
}
SVNEvent event = SVNEventFactory.createSVNEvent(root.getFile(name), SVNNodeKind.UNKNOWN, null, 0, SVNEventAction.DELETE, null, null, null);
wcAccess.handleEvent(event);
if (SVNProperty.SCHEDULE_ADD.equals(schedule)) {