Thursday, June 05, 2008

Diffing between branches using CVS

Since I had to search a little bit to find the correct line of code to get a sane diff between branches when using CVS I better note it down here:

cvs diff -kk -r BRANCH -r HEAD
The main point was to avoid the keyword substitution here.

No comments:

Post a Comment