info-cvs
[Top][All Lists]
Advanced

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

RE: Finding files in a repository based on content in a comment


From: Arthur Barrett
Subject: RE: Finding files in a repository based on content in a comment
Date: Wed, 29 Aug 2007 16:09:23 +1000

> How do I find all the files in a repository whose comments contain a
> specific text block (in my case an issue number)?
> 


cvs rlog . | grep "comment" 

This is another of the (many) reasons why we put the historylog in a
database of your choice (oracle, mysql etc) in CVSNT (yes it runs on
linux too, yes it's GPL just like CVS).

Regards,


Arthur 





reply via email to

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