Sharing a workspace for many developers in Eclipse

后端 未结 6 1534
孤城傲影
孤城傲影 2021-01-16 03:03

How can I share a workspace in Eclipse (Helios or Indigo) so that many developers are able to work in one project?

I know about SVN but I don\'t want to use that.

6条回答
  •  花落未央
    2021-01-16 03:22

    The workspace will be locked if one instance of Eclipse is running on it. The second instance of Eclipse cannot open the same workspace. This means if you really what to share workspace directly among developers, then they cannot work simultaneously.

提交回复
热议问题