Feb 28
If you need to compare every file between two revisions/tags in cvs use:
cvs -q rdiff -s -r b5130_0202 -r b5130_0203 project1 [project2] [project_n]
I was doing it by check out both branches and using Araxis Merge do diff the directories. I really the tool, but nothing like keeping it server side and getting CVS to do the work for you.
