在eclipse中用mercurial填充@version标签/关键字替换

发布于 2024-09-17 02:06:20 字数 518 浏览 9 评论 0原文

我想在 Eclipse 中用 Mercurial 填充注释标签@version。为了用 subversion 做到这一点,我这样做了:

  1. 将“@version $Id$”放入 java 源文件中。

  2. 我右键单击项目,选择“团队 -> 设置属性”

  3. 属性名称:输入“svn:keywords ”

  4. 输入文本属性:输入“Id”

  5. 选中“递归设置属性”选项

  6. 单击“确定”

有谁知道与上面的 subversion 过程等效的 Mercurial 吗?

非常感谢。

相关内容:在 Eclipse 中使用 subversion 填充 @version 标签

I would like to fill the comment tag @version with mercurial in Eclipse. To do it with subversion I did this:

  1. Placed "@version $$Id$$" in the java source file.

  2. I right click on the project, select "Team -> set Property"

  3. Property name: Enter "svn:keywords"

  4. Enter a text property: Enter "Id"

  5. Check the option "Set property recursively"

  6. Click "OK"

Does anyone know the mercurial equivalent to the subversion process above?

Many thanks.

Related to: Fill @version tag with subversion in Eclipse

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

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

发布评论

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

评论(1

开始看清了 2024-09-24 02:08:49

Mercurial 与 KeywordExtension 捆绑在一起,可以满足您的需求。

Mercurial comes bundled with the KeywordExtension that will do what you want.

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