Go to TogaWare.com Home Page.
GNU/Linux Desktop Survival Guide
by Graham Williams
Google

Identifying Changes


To see the differences between a file you are working on and the current version in the archive use:



  cvs diff -c0 main.py

You can also view changes between particular versions:



  cvs diff -c0 -r 1.24 -r 1.32 main.py


Copyright © 1995-2006 Graham.Williams@togaware.com
Contribue and access the PDF Version