info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Search CVS commit for a substring


From: Todd Denniston
Subject: Re: Search CVS commit for a substring
Date: Tue, 08 Feb 2011 10:18:17 -0500
User-agent: Thunderbird 2.0.0.24 (X11/20101213)

sandeepk1611 wrote, On 02/07/2011 05:02 PM:
> Hi,
> 
> I would like to retrieve the commit information ( the names of files
> committed, commit message, date, etc.) with a substring in the commit text.
> For example, if a commit message has the text "Bug #122345", can I use the
> string "122345" in some command like log, etc. and get the list of files
> committed(added, removed, changed) for this commit?
> 
> I would really appreciate any help on this
> 
> Thanks,
> Sandeep


IIRC (because it has been a long time since I used cvs2cl to search this way 
...)

cd my/sandbox
cvs2cl -r -t -R 122345  -b --lines-modified --summary \
        --no-hide-branch-additions --show-dead

I think the above line will show pretty much everything.  I normally only use 
-r -t and sometimes
--summary.


cvs2cl --help #for all the options

http://www.red-bean.com/cvs2cl/

-- 
Todd Denniston
Crane Division, Naval Surface Warfare Center (NSWC Crane)
Harnessing the Power of Technology for the Warfighter



reply via email to

[Prev in Thread] Current Thread [Next in Thread]