What should be committed to the repository in the eclipse workspace?

核能气质少年 提交于 2019-11-28 05:18:01

问题


I have a eclipse installed to work with BIRT reports. What files in the workspace should be committed to the repository and what files should not?


回答1:


Basically, any file able to help a developer checkout the repo and (almost) immediately open the project to work on it.
That should include at least eclipse files like .project, .classpath, and some IDE settings.
They might be some BIRT-specific settings as well.

See also:

  • Do you keep your project files under version control?
  • When working with Eclipse, should I add the workspace to the source control?


来源:https://stackoverflow.com/questions/2024307/what-should-be-committed-to-the-repository-in-the-eclipse-workspace

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!