如何在现有的Eclipse项目中开启Mercurial?
我已经在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
右键单击项目
转到“团队”-> 「分享项目」
选择“Mercurial”并完成向导步骤。
Right click on project
go to "Team" -> "Share Project"
select "Mercurial" and go through the wizard steps.
当您尝试将项目推送到存储库时,上述答案对于初始部分来说是正确的,但一步一步更像是这样:
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: