简体   繁体   English

如何忽略 svn 中的所有 eclipse 项目文件

[英]How to ignore ALL eclipse project files in svn

I have read this topic:我已阅读此主题:

question

but after applying this advice: answer但在应用此建议后:回答

I still have any eclipse project files:我还有任何 eclipse 项目文件:

暴露

Can you help me ignore these files?你能帮我忽略这些文件吗?

In general it's a good idea to have those Eclipse files checked in if any other developer or machine will be using Eclipse to work on the project.一般来说,如果任何其他开发人员或机器将使用 Eclipse 来处理项目,那么检查这些 Eclipse 文件是个好主意。 Eclipse is designed to share those files (along with some others like .project ) so that when the project is checked out or imported into Eclipse it is ready to go without requiring manual setup. Eclipse 旨在共享这些文件(以及其他一些文件,如.project ),以便在项目签出或导入 Eclipse 时,无需手动设置即可使用。

But if you really want to ignore them, they can be easily added to svn:ignore by either right-click on the files and choosing Team > Add to svn:ignore or by opening the project properties and editing svn:ignore directly in the SVN Info section of the properties.但是,如果你真的想不理他们,他们可以很容易地加入到svn:ignore通过的文件,并选择团队或者右键- >添加到的svn:忽视或通过打开项目属性和编辑svn:ignore直接在SVN属性的信息部分。

在此处输入图片说明

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM