apache common vfs和mercurial的集成

发布于 2024-07-07 12:19:20 字数 116 浏览 4 评论 0原文

Apache 通用 vfs api 可以从 Mercurial 版本控制系统检索/更新/添加文件吗? 常见的vfs确实有访问vcs的接口api。 有 Mercurial 的提供商吗?

巴格奇

Can Apache common vfs api retrieve/update/add files from/to the Mercurial version control system? Common vfs does have an interface api for accessing vcs. Is there a provider for Mercurial?

hbagchi

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

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

发布评论

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

评论(1

旧话新听 2024-07-14 12:19:20

我认为没有。 Mercurial 的构建很大程度上是基于“你应该拥有本地的整个历史”的心态。 任何缺乏同步的远程访问或随意的网页浏览通常都被认为是不受支持的。 甚至不建议通过 nfs 或其他网络文件系统访问 Mercurial 存储库。

有一些项目使用 Mercurial 作为后端(例如 ikiwiki),但远程访问通常不是建议的配置。

I don't think there is one. Mercurial is very much built with a "you should have the whole history local" mindset. Any remote access short of synchronization or casual web browsing is generally considered unsupported. Even accessing mercurial repos over nfs or other network file systems is advised against.

There are a few projects that use mercurial as their backends (things like ikiwiki), but remote access isn't generally a suggested config.

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