[cvsnt] How to get list of file-revisions associated by CommitID

Bryce Schober bryce.schober at dynonavionics.com
Wed May 30 22:54:05 BST 2007


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


More information about the cvsnt mailing list