subclipse not showing “share project” option on project context menu in eclipse

后端 未结 9 721
故里飘歌
故里飘歌 2020-12-14 15:27

Within eclipse, with Subclipse installed, if I right click a project and select \"team\" there are normally 2 options:

  • apply patch
  • share project
相关标签:
9条回答
  • 2020-12-14 16:00

    Try to select prespective as java instead of j2ee and then restart as eclipse .

    This works for me.

    0 讨论(0)
  • 2020-12-14 16:03

    Solve this problem with these steps:

    • Verify that you can update using TortoiseSVN (this will guarantee that your .svn is not corrupt)
    • Delete all your projects that have this problem, but in the delete dialog, do not delete the project contents!
    • Select File -> Import -> Existing projects into Workspace.
    • Select your projects folder or your workspace folder.

    Subeclipse should now detect and connect your projects automatically, without need to select 'Share Project' for each one of them.

    0 讨论(0)
  • 2020-12-14 16:08

    Delete the file:

    <ECLIPSE_WS>\.metadata\.plugins\org.eclipse.core.resources\.projects\<PROJECT_NAME>\.indexes\properties.index

    And the Share Project option appears!

    0 讨论(0)
提交回复
热议问题