如何在现有的Eclipse项目中开启Mercurial?

发布于 2024-08-26 18:01:12 字数 357 浏览 5 评论 0原文

我已经在 Eclipse 中安装了用于 Mercurial 集成的 HgEclipse 插件。 我在 Eclipse 中有一个现有的(Java)项目,但我不知道如何为这个现有项目打开 Mercurial 更改跟踪。

看来我可以导入一个 Mercurial 项目(File > Import > Mercurial > Clone ...),但这仅适用于新的 Eclipse 项目...

当然,我可以通过命令行应用 Mercurial,例如hg init 在项目目录中,但这不会在 Eclipse 中被拾取。

那么,如何为现有 Eclipse 项目启用 Mercurial?

I've installed the HgEclipse plugin for Mercurial integration in Eclipse.
I have an existing (Java) project in Eclipse, but I can't figure out how to turn on mercurial change tracking for this existing project.

It seems I can do an import of a mercurial project (File > Import > Mercurial > Clone ...), but that's only for new Eclipse projects...

Of course, I can apply Mercurial via the command line, e.g. hg init in the project directory, but this doesn't get picked up in Eclipse.

So, how do I turn on Mercurial for existing Eclipse projects?

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

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

发布评论

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

评论(2

剩余の解释 2024-09-02 18:01:12

右键单击项目
转到“团队”-> 「分享项目」
选择“Mercurial”并完成向导步骤。

Right click on project
go to "Team" -> "Share Project"
select "Mercurial" and go through the wizard steps.

╰沐子 2024-09-02 18:01:12

当您尝试将项目推送到存储库时,上述答案对于初始部分来说是正确的,但一步一步更像是这样:

  1. 创建项目(或者可能已经创建)
  2. 右键单击项目
  3. 将鼠标悬停在团队上
  4. 单击“共享项目...”
  5. 选择 Mercurial,然后单击下一步
  6. 单击“完成”
  7. 再次右键单击项目并将鼠标悬停在团队上
  8. 单击“推送...”(99% 的情况下,在推送之前提交很重要)
  9. 输入您的 url存储库(repo)
  10. 输入用户名和密码,然后单击完成

When you are trying to push your project to your repository the above answer is correct for the initial part, but a step by step would be more like this:

  1. Create project(or maybe it is already created)
  2. Right click the project
  3. Mouse over team
  4. Click "Share Project..."
  5. Select Mercurial then click next
  6. Click Finish
  7. Right click on project again and mouse over team
  8. Click "Push..." (it is important to commit before pushing 99% of the time)
  9. Type in the url of your repository(repo)
  10. Type in username and password then click finish
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文