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

后端 未结 9 725
故里飘歌
故里飘歌 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:42

    If you upgraded your Eclipse recently, make sure you're still using the same SVN plugins... :)

    In my case, I upgraded my Eclipse and accidentally installed Subversive instead of Subclipse. The existing .svn directory of the project contained data in the format expected by Subclipse, and so Subversive got confused (e.g. but not showing the "Share Project" option).

提交回复
热议问题