什么是标准“主干”? Mercurial 的等效站点?
我们正在从 Subversion 迁移到 Mercurial。对于 Subversion,我们有 http://trunk.myproduct.com 用于测试目的。我想知道 Mercurial 的类似主干站点的标准名称是什么。 “trunk”似乎是一个 Subversion 术语。 http://default.myproduct.com 是最明显的名称,但这是人们通常使用的名称吗?我正在寻找最标准的约定。
We are moving to Mercurial from Subversion. With Subversion, we have http://trunk.myproduct.com for testing purposes. I am wondering what the standard name for a trunk-like site is for Mercurial. 'trunk' seems like a Subversion term. http://default.myproduct.com is the most obvious name, but is that what people generally use? I am looking for the most standard convention.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不确定是否有一个约定。使用 Mercurial 的人通常拥有更多的存储库。
我见过一个名为“bits.example.com”、“example.com/hg”、“example.com/branches/1.x”等的“中央”存储库。
随意命名 - 只要确保您有一个标准约定,哪些更改将在何时发送到哪个存储库。
I'm not sure there is a convention. People using Mercurial generally have more repositories.
I've seen a "central" repository named as bits.example.com, example.com/hg, example.com/branches/1.x, and so on.
Name it whatever you like - just make sure you have a standard convention for which changes go to which repository, and when.