问题标签 [mercurialeclipse]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
100 浏览

eclipse - mercurialeclipse没有显示完整的历史

我已经洗牌了,将我的文件移动到另一个目录。现在,当我单击显示历史记录时,我只看到我将文件移入的分支。我使用的是 eclipse neon,最新版本的 mercuraleclipse 插件。

这是我所做的更改。有些旧项目在顶层具有源 (.java) 文件。所以我创建了一个 src 目录,并使用 hg move 移动了 src 下的文件。完成此操作后,当我单击文件查看历史记录时,它仅显示我进行更改的新 mercurial 分支中的一个更改。

0 投票
1 回答
78 浏览

eclipse - Mercurial Loop error followed by locks on commit. Mercurial/Eclipse

Error and eclipse info below. Basically I clone a repository, change one file and commit. The commit screen flashes I see the error in the log and when I go and try to commit again I get lock timeouts. I've cleared the locks and recovered the repository but always the locks. Anyone been through this and fixed it before?

Thanks Bill

MercurialEclipse 2.2

0 投票
1 回答
294 浏览

eclipse - Eclipse Mercurial 插件链接无效?

我正在尝试将 mercurial 安装到 Eclipse Oxygen 中,但出现以下错误。

在此处输入图像描述

Mercurial 插件站点声明 http 地址,如下所示。

https://bitbucket.org/mercurialeclipse/update-site/raw/default/

所有其他 Eclipse 更新站点似乎都运行良好,所以我认为这与必须配置代理无关。

只是想知道是否有人知道插件可以提供一些帮助,因为我真的需要安装插件。

0 投票
1 回答
73 浏览

eclipse - MercualEclipse:使用版本 2.5.0.201804011616 时 SyncViewLabelProvider 中出现 NullPointerException

我刚刚升级到 Eclipse 版本 2.5.0.201804011616 中的 MercualEclipse 插件。

当我尝试还原文件或执行几乎所有 Mercualaction 时,我收到以下错误...

恢复文件错误

.log 文件包含此...

注意:我已经使用全新安装和工作区对此进行了测试

  • eclipse-jee-oxygen-3-win32-x86_64
  • eclipse-jee-photon-M6-win32-x86_64

我正在使用 hg.exe 版本 4.2.1

我用 JDK 1.7 和 1.8 测试过

任何人都可以建议修复或解决方法吗?

0 投票
2 回答
217 浏览

eclipse - 为什么在氧气日食的团队和比较菜单中没有显示注释并与另一个修订版进行比较

我已将 Eclipse 更新到最新版本:Oxygen.3a Release (4.7.3a)。现在我在Team -> Show Annotation比较 -> Another Revision中看不到选项。

我正在使用 Mercurial 插件。

在此处输入图像描述

在此处输入图像描述

0 投票
3 回答
1390 浏览

eclipse - eclipse中的mercurial插件 - 无法满足依赖错误

我在尝试通过安装 Eclipse 的新软件使用以下站点安装 mercurialEclipse 插件时遇到以下问题。

善变网站 - https://bitbucket.org/mercurialeclipse/update-site/raw/default/

Eclipse 版本 - Luna Service Release 2 (4.4.2)

请帮我解决它。

另请注意,我的系统上已经安装了 TortoiseHg。而且我已经从以下链接中获得了帮助,但没有任何运气-

为 Eclipse 安装 mercurial 插件时出错

Mercurial Eclipse 插件

0 投票
4 回答
2177 浏览

mercurial - 由于 TLS,在 Bitbucket 上使用 Mercurial 出现 SSL 错误

看来 Bitbucket 现在已经阻止了 TLS 1.0 和 1.1。

我正在使用 MercurialEclipse (hg) 2.2 插件在 Mac OSx 10.12.6 上的 Eclipse 中工作。

每当我尝试从远程 Bitbucket 存储库中提取数据时,都会收到 SSL 握手错误。

我尝试更新插件并进行全新安装,但它仍然给出了同样的错误。

然后我尝试从 mercurial 网站下载并安装最新的 Mercurial 软件包(4.8)。

执行此操作后,错误变为:

警告:使用传统安全技术 (TLS 1.0) 连接到 bitbucket.org;有关更多信息,请参阅https://mercurial-scm.org/wiki/SecureConnections中止:错误:[SSL: WRONG_VERSION_NUMBER] 版本号错误 (_ssl.c:590)

我尝试下载最新的 Python,包括 3.7.1 和 2.7.15,因为我在 Mercurial 的网站上阅读了链接,警告说它与 Python 的 OpenSSL 实现有关,但我仍然遇到同样的错误。

关于如何让 Mercurial 通过 TLS 1.2 与 Bitbucket 一起工作的任何建议?

0 投票
1 回答
662 浏览

eclipse - Eclipse C/C++ - MercurialEclipse 未列出安装

根据在线给出的说明,我正在尝试安装 MercurialEclipse 以在 Eclipse Oxygen 上设置我的 NS3 应用程序。但是,我在“ http://cbes.javaforge.com/update ”位置下找不到这个插件。

在此处输入图像描述