path = path.getParentFile();
}
SVNWCAccess wcAccess = createWCAccess();
try {
SVNAdminArea adminArea = wcAccess.open(path, true, true, 0);
adminArea.cleanup();
if (deleteWCProperties) {
SVNPropertiesManager.deleteWCProperties(adminArea, null, true);
}
} catch (SVNException e) {
if (e instanceof SVNCancelException) {