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

后端 未结 9 745
故里飘歌
故里飘歌 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 15:51

    Please double check if you were using: Subversive or Subclipse?

    It is likely that you have opened an old project with a newer Eclipse installation, where the software to be used may not be the one used previously, for example:

    • Subclipse instead of Subversive
    • Subversive instead of Subclipse

    In my case after a fresh install of "Eclipse IDE for PHP Developers" Version: 2018-09 (4.9.0) Build id: 20180917-1800 while I needed to make some modifications to an ancient SVN tracked project.

    I had Subclipse instead of Subversive (so simple yet you may be up for a spin).
    Credit to the answer from Yaniv, he had installed the software the other way around - same issue.

提交回复
热议问题