Sharing a workspace for many developers in Eclipse

后端 未结 6 1537
孤城傲影
孤城傲影 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:26

    I admit, this question is pretty old. I still think, it’s worth answering, because I think you are not alone with your question.

    As others already mentioned, you need to distinguish between sharing the workspace and sharing the source code in this workspace.

    If you want to share your source code, you should use a version control system like Git. GitHub or Bitbucket offer easy solutions for this task.

    If you want to share your workspace settings, you can have a look at http://profiles.yatta.de. With this tool, you can share your workspace settings, and others can install a copy of your workspace on their computer.

提交回复
热议问题