使用 MVFS 进行版本控制
除了 ClearCase 之外,是否还有任何版本控制系统可用于类似 MVFS 的虚拟文件系统?
我找不到任何。
谢谢, 市场
Is there any version control system available with an MVFS-like virtual file system in addition to the ClearCase?
I can't find any.
Thanks,
Mart
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
否(在读/写远程访问中)。
MVFS(多版本文件系统) 是关于封装的要组合的本机文件系统:
据我所知,只有 ClearCase 提供这一点(特别是在许多平台上:Unix、Linux、Windows、Hp)。
其他 VCS 提供只读远程访问,例如 Gitfs 和 svnfs。
来自“Git 版本控制系统的文件系统接口”(pdf,来自 Reilly GRANT):
No (in a read/write remote access).
MVFS (MultiVersion Filesystem) is about encapsulating the native filesystem to combine:
To my knowledge, only ClearCase offers that (especially on that many platforms: Unix, Linux, Windows, Hp).
Other VCS offer read-only remote access like Gitfs and svnfs.
From "Filesystem Interface for the Git Version Control System" (pdf, from Reilly GRANT):
仅供参考,ClearCase 的优点之一是它监视对典型文件操作的系统调用,并可以确定构建中的真正依赖关系。这在构建复杂系统时非常重要。此功能已添加到 http://sourceforge.net 中的 GNU make(但仅在 *nix 系统上运行)中/projects/posixamake/;作者目前正致力于使用 MySQL 添加派生对象缓存。
FYI, one of the nice things about ClearCase is that it monitors system calls to typical file operations and can determine your real dependencies in a build. This can be important when building complex systems. This capability has been added to GNU make (runs on *nix systems only though) in http://sourceforge.net/projects/posixamake/; the author's currently working on adding a derived object cache using MySQL.