Debian Etch - Eclipse 中的 Mercurial

发布于 2024-12-03 16:51:21 字数 2067 浏览 0 评论 0原文

我正在使用 Eclipse 运行 Debian Etch 系统。 我安装了 Mercurial 插件(http://www.javaforge.com/project/HGE) eclipse indigo (我猜是最新版本)。我通过 sudo apt-get 命令安装了 Mercurial。 hg status 结果

Mercurial Distributed SCM (version 0.9.1)

Copyright (C) 2005 Matt Mackall <[email protected]>
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

在 Eclipse 中我收到以下错误消息

hg: unknown command 'debuginstall'
Mercurial Distributed SCM

basic commands (use "hg help" for the full list or option "-v" for details):

 add        add the specified files on the next commit
 annotate   show changeset information per file line
 clone      make a copy of an existing repository
 commit     commit the specified files or all outstanding changes
 diff       diff repository (or selected files)
 export     dump the header and diffs for one or more changesets
 init       create a new repository in the given directory
 log        show revision history of entire repository or files
 parents    show the parents of the working dir or revision
 pull       pull changes from the specified source
 push       push changes to the specified destination
 qdiff      diff of the current patch
 qimport    import a patch
 qinit      init a new queue repository
 qpop       pop the current patch off the stack
 qpush      push the next patch onto the stack
 qrefresh   update the current patch
 remove     remove the specified files on the next commit
 revert     revert files or dirs to their states as of some revision
 serve      export the repository via HTTP
 status     show changed files in the working directory
 strip      strip a revision and all later revs on the same branch
 update     update or merge working directory. Command line: hg -y debuginstall

I'm running a Debian Etch system with eclipse.
I installed mercurial plugin (http://www.javaforge.com/project/HGE) for eclipse indigo (latest version I guess). And I installed mercurial via the sudo apt-get command.
hg status result in

Mercurial Distributed SCM (version 0.9.1)

Copyright (C) 2005 Matt Mackall <[email protected]>
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

In Eclipse I get the following error message

hg: unknown command 'debuginstall'
Mercurial Distributed SCM

basic commands (use "hg help" for the full list or option "-v" for details):

 add        add the specified files on the next commit
 annotate   show changeset information per file line
 clone      make a copy of an existing repository
 commit     commit the specified files or all outstanding changes
 diff       diff repository (or selected files)
 export     dump the header and diffs for one or more changesets
 init       create a new repository in the given directory
 log        show revision history of entire repository or files
 parents    show the parents of the working dir or revision
 pull       pull changes from the specified source
 push       push changes to the specified destination
 qdiff      diff of the current patch
 qimport    import a patch
 qinit      init a new queue repository
 qpop       pop the current patch off the stack
 qpush      push the next patch onto the stack
 qrefresh   update the current patch
 remove     remove the specified files on the next commit
 revert     revert files or dirs to their states as of some revision
 serve      export the repository via HTTP
 status     show changed files in the working directory
 strip      strip a revision and all later revs on the same branch
 update     update or merge working directory. Command line: hg -y debuginstall

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

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

发布评论

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

评论(1

水染的天色ゝ 2024-12-10 16:51:21

Mercurial 版本 0.9.5 对于 HGE 来说太旧了。您可以尝试手动安装较新的版本,但也许 etch 中的 python 版本也太旧了。事实上,Etch 很旧,这是主要问题。如果您不想升级,最好的机会是通过命令行使用 Mercurial。

Mercurial version 0.9.5 is too old for HGE. You can try to install a newer version manually, but perhaps the python version in etch is too old also. In fact, Etch is old, that is the main problem. You best chance, if you don't want to upgrade, is to use Mercurial by command line.

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