Tony Hoyle wrote: > CVSNT 2.0.52 A couple of things I forgot: * Set tag=tag. Allows you to alias one tag to another, eg. cvs tag -Fr release_1_0_5 current_release * Commits can now be treated as a single unit, using commit IDs an new 'before this commit' syntax. eg. to find the exact diff for a commit: cvs diff -r "@<5dab412a1324f198" -r @5dab412a1324f198 Tony