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.
cvs -Q rlog -NS -r"@[commitid]" [module] Or if you want to get the preceding revision in the output as well: cvs -Q rlog -NS -r"@<[commitid]" :"@<commitid>" [module] It's too bad that there isn't an abbreviated output form like: /module/dir1/file1:1.24:1.23 /module/dir2/file2:1.12.2.1:1.12 That'd be really useful for doing post-facto processing of commit-set-specific things. -- Bryce Schober