如何更新 MercurialEclipse 使用的 Mercurial 版本?
尝试使用 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 likeabort: requirement 'dotencode' not supported!
So how can I make my MercurialEclipse plugin use the newer version of Mercurial?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果 Eclipse 使用的 Mercurial(内置)版本与您计算机中安装的版本不同,您可以将 Mercurial 插件配置为使用较新的
hg
可执行文件。您可以通过访问“首选项”对话框(“窗口”->“首选项”)中“团队”菜单下的“Mercurial”子菜单来执行此操作,并显式指定hg
可执行文件的位置。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 thehg
executable.当我更新到最新的 TortoiseHG 时,我遇到了这个问题。
通过安装
Mercurial-2.0.2
修复了该问题I had this problem when I updated to latest TortoiseHG.
Fixed it by installing
Mercurial-2.0.2