[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


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


More information about the cvsnt mailing list
Download the latest CVSNT, TortosieCVS, WinCVS etc. for Windows 8 etc.
@CVSNT on Twitter   CVSNT on Facebook