如何在SVN中使用预提交挂钩返回存储库的修订号?

发布于 2024-09-13 08:06:30 字数 89 浏览 4 评论 0原文

我需要知道如何使用 svn 的 pre commit hook。
我需要在 php 文件中使用 SVN 修订号。

请指导预提交挂钩如何工作。

I need to know how to use pre commit hook of svn.
I need SVN revision number to be used in php files.

Please guide how does pre-commit hook work.

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

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

发布评论

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

评论(2

雅心素梦 2024-09-20 08:06:30

如果您使用 TortoiseSVN,则可以创建 提交后客户端钩子,可以调用工具 SubWCRev .exe 随 TortoiseSVN 一起提供。

该工具可以替换文件中的特殊标记。

我在 .net 项目中将其用作编译后事件,将最后一个修订版本放入应用程序的 AssemblyInfo 中,并将其添加到应用程序版本号中。

If you're using TortoiseSVN, you can create a post commit client-side hook which can call the tool SubWCRev.exe provided with TortoiseSVN.

This tool can replace a special token in files.

I use that in my .net projects as post compilation event to put the last revision in the AssemblyInfo of the application, adding it to the app version number.

手长情犹 2024-09-20 08:06:30

我不确定我理解是否正确,但我认为您是在问关键字替换:
http://svnbook.red-bean。 com/en/1.4/svn.advanced.props.special.keywords.html

I am not sure I understood correctly but I think you're asking about Keyword Substitution:
http://svnbook.red-bean.com/en/1.4/svn.advanced.props.special.keywords.html

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