Map attributes = new SVNHashMap();
attributes.put(SVNProperty.REVISION, Long.toString(myTargetRevision));
attributes.put(SVNProperty.KIND, kind.toString());
attributes.put(SVNProperty.DELETED, null);
attributes.put(SVNProperty.ABSENT, Boolean.TRUE.toString());
entry = adminArea.modifyEntry(name, attributes, true, false);
}
public void changeDirProperty(String name, SVNPropertyValue value) throws SVNException {
if (!myCurrentDirectory.isSkipped) {
myCurrentDirectory.propertyChanged(name, value);