English 中文(简体)
未显示项目环境“共享项目”选择的次级项目
原标题:subclipse not showing "share project" option on project context menu in eclipse

如果我正确点击项目并选择“小组”的话,在安装了Subclipse的情况下,通常有两种选择:

  • apply patch
  • share project

一旦你们分享了项目,你就会从“蒸汽”获得全分机。

然而,只有一个项目可以选择,即申请派遣。 如果我结束项目,我就看到两种选择,但分享项目选择已经放弃。

我还有其他一些项目没有这样做。

这一项目对于阻止我获得份额项目选择有什么特殊意义? 我是否可以利用分享项目职能的另一个途径?

关于

问题回答

采取这些步骤解决这一问题:

  • 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.

现在应当自动发现和连接你的项目,而不必为每个项目选择股份项目。

通常的情况是,包含该项目的目录没有适当控制版本(坏或腐败的.svn)。

因此:

  • 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?)

如果你最近更新了Eclipse,确保你继续使用相同的SVN花gin......

就我的情况而言,我提升了我的Eclipse和,即自动安装的潜水器,而不是Subclipse。 现有项目目录中的数据按分录制成,因此分流混淆(例如,但不显示“Share项目”选择)。

密切的项目和再开放项目对我来说是行之有效的。

I have the same problem after emergency-migrating (again!) from Subversive to Subclipse. Old .svn entries are all there but Subclipse won t pick them up.

我可以成功使用外部工具,在本案中是TortoiseSVN,但在Eclipse,我只看到无法分享的正常的Java项目(因为左边是我怀疑的)。

我看到的唯一解决办法是承诺你想要掌握外部工具的一切,然后把项目重新划入新的工作空间,并复制你老的工作空间中的任何失踪人员。

选择不戴头巾的尊敬行为,然后重新开始做lip。

这为我工作。

删除档案:

<ECLIPSE_WS>metadata.pluginsorg.eclipse.core.resources.projects<PROJECT_NAME>indexesproperties.index

分享项目选择似乎!

我的情况与上文Yaniv的情况完全相同。

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).

我的解决办法如下:

  1. 将该新工作空间的现行项目出口到战争档案中。

  2. 现行项目的双管齐下存放处。

  3. 一旦我确信我有出口品“.war文档”和“vn”存放处,我就能够再次进口该项目,就将该项目完全移至新的工作空间。

  4. Imported the project from svn, and checked out the project from the svn. (Or, you can import the project from the .war file and you will be able to Share Project)

- 设计; 它与安装在新工作空间的潜水器合作良好。

请重复检查一下您是否使用:SubversiveSubclipse?

您可能已经开立了一个新旧项目,安装了更新的Eclipse安装装置,其中所使用的软件可能不是以前使用的软件,例如:

  • 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.





相关问题
In Eclipse, why doesn t "Show In" appear for non-Java files?

If I have a *java file open, I can right click on the source, scroll down to "Show In (Alt-Shift-W)", and select Navigator. If I have an *xml, *jsp, or pretty much anything besides a Java source ...

Eclipse: Hover broken in debug perspective

Since upgrading Eclipse (Galileo build 20090920-1017), hover in debug no longer displays a variable s value. Instead, hover behaves as if I were in normal Java perspective: alt text http://...

Eclipse smart quotes - like in Textmate

Happy Friday — Does anyone know if eclipse has the notion of smart quotes like Textmate. The way it works is to select some words and quote them by simply hitting the " key? I m a newbie here so be ...

Indentation guide for the eclipse editor

Is there a setting or plugin for eclipse that can show indentation guides in the editor? Something like the Codekana plugin for visual studio (not so fancy is also OK). Important that it works with ...

Adding jar from Eclipse plugin runtime tab

I want to add .jar files for plugin from the Runtime tab of manifest file. When I use the Add... button, I can see only sub-directories of the plugin project. So if I want to add same .jar file to ...

How to copy multiple projects into single folder in eclipse

I have two projects, Project1 and Project2. Now i want to copy this projects into eclipse workspace but i want these projects to be in a single folder like below. Eclipse Workspace -> Project -> ...

Java: Finding out what is using all the memory

I have a java application that runs out of memory, but I have no idea which code is allocating the memory. Is there an application with which I can check this? I use Eclipse.

热门标签