使用 teamcity 在 svn 中自动分支

发布于 2024-12-06 17:21:33 字数 119 浏览 1 评论 0原文

我想知道是否可以使用 Teamcity 进行自动分支。目前,我使用 web 部署自动发布 Web 应用程序,唯一剩下的就是分支,因为我们通常在 svn 中创建一个分支,然后发布下一个版本。任何人都可以建议是否可能以及如何做。

I wonder whether it is possible to do auto branching using Teamcity. As currently I am automatically publishing web applications using web deploy and the only thing left is branching as we usually take a branch in svn and then publish the next version. Can any one please advise if it is possible and how to do it.

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

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

发布评论

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

评论(1

朱染 2024-12-13 17:21:33

打开您的发布版本的 TeamCity 版本控制设置。

将“VCS 标签模式”设置为“仅成功”并指定适当的标签模式。例如release-build-%system.build.number%。在此页面顶部输入结账规则+:/trunk => . 然后单击编辑打开 VCS 根设置页面。

确保 URL 指向源代码控制树的根级别,例如 https://vcserver/ 而不是主干 https://vcserver/trunk。另外,在此页面上,将标签规则设置为 trunk=>branches

每次运行此构建时,它将使用新的系统构建号自动进行分支。

Open TeamCity Version Control Settings for your release build.

Set "VCS labeling mode" to "Successful only" and specify an appropriate labeling pattern. E.g. release-build-%system.build.number%. At the top of this page, enter the checkout rule +:/trunk => . then click edit to open the VCS root settings page.

Ensure URL points to the root level of the source control tree E.g. https://vcserver/ instead of the trunk https://vcserver/trunk. Also on this page, set the labeling rule to trunk=>branches

Each time you run this build, it will be branched automatically using a new system build number.

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