GNU/Linux Desktop Survival Guide by Graham Williams |
|||||
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 |