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

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

    This is usually the case when the directory containing the project is not properly under version control (bad or corrupted .svn).

    So:

    • can you execute SVN commands in a shell a the root of your project?
    • where are your .project and .classpath files (in the eclipse workspace or at the root directory of your project?)

提交回复
热议问题