How to share Eclipse configuration over different workspaces

后端 未结 11 2213
被撕碎了的回忆
被撕碎了的回忆 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:56

    You can also copy the .prefs files from ${old_workspace}/.metadata/.plugins/org.eclipse.core.runtime/.settings to a folder called .settings in the root folder of your project and then add it to SVN (or CVS or ...)

    That way the settings will get distributed to all developers along with the source code during an Update.

提交回复
热议问题