Pages

Wednesday, July 19, 2017

diff rcs file

diff rcs file


Code:
rcsdiff -r1.1 -r1.2 -u file

here we are diffing rev 1.2 agains 1.1


If you want to colour the output you can use the idiff script


Code:
rcsdiff -r1.1 -r1.2 -u file | ./idiff

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.