我们可以使用不同版本的 Mercurial/TortoiseHg 来处理同一个中央存储库吗?

发布于 2024-10-26 20:43:53 字数 155 浏览 4 评论 0原文

如果我们使用不同的版本或工具从中央存储库中提取和推送到中央存储库,是否存在损坏存储库(使用文件共享)的风险?

仅供参考:中央存储库是使用 Mercurial 1.5 创建的。我们计划将我们的工具升级到 Mercurial 1.8 和 Tortoise 2.0。

Is there a risk of damaging the repository (using a file share) if we use different versions or the tools to pull from and push to the central repository?

FYI: The central repository was created with Mercurial 1.5. We are planning to upgrade our tools to Mercurial 1.8 with Tortoise 2.0.

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

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

发布评论

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

评论(1

一绘本一梦想 2024-11-02 20:43:53

您所描述的操作是安全的。每个版本的 Mercurial 都可以安全地读取和写入旧版本创建的存储库。老客户将拒绝读/写对他们来说太新的存储库。

因此,只要您访问使用 1.5 创建的存储库,您就可以使用 1.8 来访问,非常棒。

更多详细信息:https://www.mercurial-scm.org/wiki/RequiresFile

What you're describing is safe to do. Every version of Mercurial can safely read and write repositories created by older versions. Older clients will refuse to read/write repositories that are too new for them.

So as long as you're accessing repos created with 1.5 you can do so with 1.8 just great.

More detail: https://www.mercurial-scm.org/wiki/RequiresFile

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