Community technical support mailing list was retired 2010 and replaced with a professional technical support team. For assistance please contact: Pre-sales Technical support via email to sales@march-hare.com.
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