}
Map attributes = new SVNHashMap();
attributes.put(SVNProperty.CHANGELIST, myChangelist);
SVNAdminArea area = myWCAccess.retrieve(path.getParentFile());
entry = area.modifyEntry(entry.getName(), attributes, true, false);
SVNEvent event = SVNEventFactory.createSVNEvent(path, SVNNodeKind.UNKNOWN, null, SVNRepository.INVALID_REVISION,
null, null, null, myChangelist != null ? SVNEventAction.CHANGELIST_SET :SVNEventAction.CHANGELIST_CLEAR,
null, null, null, myChangelist);