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,
git diff does exactly that. but it only works for git projects.
git diff
hg diff, svn diff pretty every version control system can diff directory trees
hg diff
svn diff