Subversion 中的 Head 概念是什么以及与 Trunk 有什么区别
我了解主干是“主要”分支,并了解分支和标签的概念。但是“头”在哪里出现呢?看起来这是“最新”版本?如果是这样,那么它与“主干”有什么区别,
我确信我可能混合了不相关的字段,例如主干是分支,就像头是标签一样?
我查阅了一些文档,但我必须承认,我并不清楚时间限制。
I undrstand that a trunk is the "main" branch, and understand the concept of branches and tags. but where does the "head" comes into the picture? It seems it is the "latest" revision? if so than what is it's difference to a "trunk"
I'm sure I'm probably mixing unrelated fields, e.g. trunk is to branch as head is to tags?
I dug into some documentations, but I must admit that it wasn't that clear to me time limiting.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
HEAD 表示所有版本的最新版本。将其主干到大多数开发发生的分支(取决于分支策略)。
有关更多修订关键字,请参阅 svnbook。它还描述了存储库布局
HEAD means the most recent revision of them all. Trunk it the branch where most development happens (depends on branching strategy).
For more revision keywords see svnbook. It also describes repository layout