dtletmn <dtletmedn@xxxxxxxxx> writes: > Hi,All, > > I am wondering if cvs has an easy way to compare a file with its > previous version. > > In clearcase,I can use : > cleartool diff -pred file.cc > > how can I acheive it in CVS? > any help would be highly appreciated! In CVS or in Git? In CVS: "cvs diff -r <previous revision> <file>". In Git: "git diff HEAD^ -- <file>". Both assume that you want to compare with version from previous commit. -- Jakub Narebski Poland ShadeHawk on #git -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html