String revertPropsPath = SVNAdminUtil.getPropRevertPath(fileName, SVNNodeKind.FILE, false);
String basePropsPath = SVNAdminUtil.getPropBasePath(fileName, SVNNodeKind.FILE, false);
command.put(SVNLog.NAME_ATTR, baseTextPath);
command.put(SVNLog.DEST_ATTR, revertTextPath);
log.addCommand(SVNLog.MOVE, command, false);
command.clear();
if (dir.getFile(basePropsPath).isFile()) {
command.put(SVNLog.NAME_ATTR, basePropsPath);
command.put(SVNLog.DEST_ATTR, revertPropsPath);