}
command.put(SVNLog.NAME_ATTR, files.getResultPath());
command.put(SVNLog.DEST_ATTR, files.getWCPath());
command.put(SVNLog.ATTR2, files.getWCPath());
log.addCommand(SVNLog.COPY_AND_TRANSLATE, command, false);
command.clear();
makeTextConflictEntry(files, minePath, newPath, oldPath);
return SVNMergeResult.createMergeResult(SVNStatusType.CONFLICTED, null);