我有点不好意思问这个问题,但是我找不到如何将多个文件/文件夹结构从一个项目复制粘贴到另一个项目,并覆盖所有现有节点。
目标如下:
假设我有一个包含以下结构src/的项目A
folder1/
file1
file2
folder2/
file3
file4和具有以下结构的项目B
folder1/
file1
file5
folder2/
file6
file4如何将folder1和folder2从A项目复制到B项目并覆盖file1和file4元素?
简单的复制粘贴说明
"The element XXX exists in the selected destination. You can either skip the
conflicting element, skip all conflicting elements, or cancel the whole operation."平台: eclipse-juno
发布于 2018-03-22 23:02:32
使用导航器视图您将能够覆盖现有文件/文件夹
窗口菜单栏->显示视图->导航器
https://stackoverflow.com/questions/16911634
复制相似问题