entry.setLockOwner(null);
entry.setLockComment(null);
entry.setLockCreationDate(null);
}
if (!dir.getThisDirName().equals(name) && entry.isDirectory() && !deleted) {
SVNAdminArea childDir = wcAccess.retrieve(dir.getFile(name));
if (childDir != null) {
String childCopyFromURL = copyFromURL == null ? null : SVNPathUtil.append(copyFromURL, SVNEncodingUtil.uriEncode(entry.getName()));
updateCopiedDirectory(childDir, childDir.getThisDirName(), newURL, reposRootURL, childCopyFromURL, copyFromRevision);
}
} else if (dir.getThisDirName().equals(name)) {