另一个版本控制系统是否具有类似ClearCase的文件系统访问文件版本? [英] Does another version control system have a ClearCase-like filesystem access to file versions?

查看:142
本文介绍了另一个版本控制系统是否具有类似ClearCase的文件系统访问文件版本?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在ClearCase中,如果我正在处理某个文件X并希望看到它以前的版本(比方说版本5),则它可以作为 X @@ / main / 5 。与其他(最好是免费的)版本控制系统有什么相似之处?

Mercurial有 hg cat hg co <​​/ code>,但他们仍然没有接近ClearCase的上述功能。

解决方案

快速搜索Google搜索 gitfs


gitfs是一个基于FUSE的文件系统,用于处理存储在
git存储库中的源代码树。最终的目标是提供一种方便的方式来处理
的大量分支和补丁。目前只实现了非常基本的功能
- 对现有标签和对象的只读访问。

其他(更活跃)提供类似功能的项目(包括Git和其他VCS)。


In ClearCase, if I am working on some file X and want to also see its previous version (say version 5), it is available as X@@/main/5. Is something similar available with other (preferably free) version control systems?

Mercurial has hg cat and hg co, but they still do not come close to ClearCase's feature above.

解决方案

A quick Google search found gitfs:

gitfs is a FUSE-based filesystem for working with source trees stored in git repositories. The eventual goal is to provide a convenient way to work with lots of branches and patches. Currently only very basic functionality is implemented -- read-only access to the existing tags and objects.

There are likely other (more active) projects offering similar features (both for Git and other VCSes).

这篇关于另一个版本控制系统是否具有类似ClearCase的文件系统访问文件版本?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆