如何更新 MercurialEclipse 使用的 Mercurial 版本?

发布于 2024-12-05 08:50:47 字数 485 浏览 1 评论 0原文

尝试使用 MercurialEclipse 时,我在 Eclipse 中收到以下错误:

中止:不支持要求“dotencode”!。命令行: D:\DEV\Flex\Workspaces\MothersRingsKrake:hg -y status -marduc

我查了一下,它说< /a>:

如果较旧的 Mercurial 版本尝试访问以前的存储库 由较新的 Mercurial 版本创建,错误消息如下

中止:不支持要求“dotencode”!

错误消息那么如何让我的 MercurialEclipse 插件使用较新版本的 Mercurial?

I am getting the following error in eclipse when trying to use MercurialEclipse:

abort: requirement 'dotencode' not supported!. Command line:
D:\DEV\Flex\Workspaces\MothersRingsKrake:hg -y status -marduc

I looked it up and it says:

If an older Mercurial version tries to access a repository that was
created by a newer Mercurial version, an error message like

abort: requirement 'dotencode' not supported!

So how can I make my MercurialEclipse plugin use the newer version of Mercurial?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

停顿的约定 2024-12-12 08:50:47

如果 Eclipse 使用的 Mercurial(内置)版本与您计算机中安装的版本不同,您可以将 Mercurial 插件配置为使用较新的 hg 可执行文件。您可以通过访问“首选项”对话框(“窗口”->“首选项”)中“团队”菜单下的“Mercurial”子菜单来执行此操作,并显式指定 hg 可执行文件的位置。

更改 Eclipse 使用的 Mercurial 可执行文件

If the version of the Mercurial (in-built) used by Eclipse is different from the one installed in your machine, you could configure the Mercurial plugin to use the newer hg executable. You can do so, by visiting the "Mercurial" sub-menu under the "Team" menu in the Preferences dialog (Window-> Preferences), and explicitly specify the location of the hg executable.

Changing the Mercurial executable used by Eclipse

杀手六號 2024-12-12 08:50:47

当我更新到最新的 TortoiseHG 时,我遇到了这个问题。
通过安装 Mercurial-2.0.2 修复了该问题

I had this problem when I updated to latest TortoiseHG.
Fixed it by installing Mercurial-2.0.2

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文