CruiseControl.net 使用 Subversion 进行日常构建的最佳实践

发布于 2024-11-27 01:06:58 字数 115 浏览 1 评论 0原文

我计划使用 subversion 在 CruiseControl.net 中进行日常构建。我想知道是否更好的做法是拉下代码并获取修订号或标记 Subversion 存储库并从该标签拉下它?两种不同方法的优缺点是什么?

I am planning to have a daily build in CruiseControl.net using subversion. I would like to find out if it is better practice to pull down the code and get the revision number or tag the Subversion repository and pull it down from that tag? What are the pros and cons for the two different approaches?

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

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

发布评论

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

评论(2

葬花如无物 2024-12-04 01:06:58

就我个人而言,我更喜欢提取代码并使用修订号来对我的程序集进行版本控制。这使得查看任何程序集并了解我需要提取哪些代码修订版来重新创建它变得很容易。似乎标记对于发布来说更有用,而不是每天创建一个。

Personally, I prefer to pull the code down and use the revision number to version my assemblies. This makes it easy to look at any assembly and know what revision of code I need to pull to recreate it. It seems like tagging would be more useful for releases, as opposed to having one created every day.

凡尘雨 2024-12-04 01:06:58

每天创建一个标签是多余的(在我看来)。标签更适合抽象差异和修改(新版本/功能、修补程序等)。

使用修订号可以让您实现目标,而不会导致存储库过度拥挤。

Creating a tag per day is overkill (in my opinion). A tag is better suited for abstract differences and modifications (new versions/features, hot fixes, etc).

Using the revision number allows you to achieve your goals without overcrowding your repository.

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