> 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
