两个完整的目录/项目之间的差异? [英] Diffing between two entire directories/projects?

查看:105
本文介绍了两个完整的目录/项目之间的差异?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我继承了最初存储在CVS中的所有修订版本的项目。我做了很多编辑,并且试图比较我在原始目录中所做的所有更改,包括添加的新文件和旧文件。



是否有某种用于hg / git的实用工具,我可以在其中执行树比较或某种性质的工作?所以说,在新添加的文件和删除的文件之间存在一个标记,我是否要求太多?

解决方案

git diff 确实如此。但它只适用于git项目。



hg diff svn diff 漂亮的每个版本控制系统都可以区分目录树

I inherited a project originally stored in CVS with all the revisions. I made quite a few edits, and I'm trying to compare all the changes I made in the original directory, in regards to new files added versus the old ones.

Is there some sort of utility for hg/git where I can do a tree diff, or something of that nature? So that say, there's a mark between newly added files, deleted files, am I asking for too much?

解决方案

git diff does exactly that. but it only works for git projects.

hg diff, svn diff pretty every version control system can diff directory trees

这篇关于两个完整的目录/项目之间的差异?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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