How to share Eclipse configuration over different workspaces

后端 未结 11 2259
被撕碎了的回忆
被撕碎了的回忆 2020-12-02 03:54

I\'m using Eclipse (PDT) as primary IDE on different machines. (like at home, laptop, in office, etc.). How could I share the Eclipse and project configuration pragmatically

11条回答
  •  忘掉有多难
    2020-12-02 04:33

    You can actually set many project specific settings that can be checked into source control. For small projects, this works really well. For larger projects, we decided to have a single file that we used for all of our projects and checked into a separate "assets" project that maintained things that developers needed to get started working on our project. This also included things like licenses and other required files.

提交回复
热议问题