Subject: Re: patching a large number of files
To: Mike M. Volokhov <mishka@apk.od.ua>
From: Greg Troxel <gdt@ir.bbn.com>
List: tech-userlevel
Date: 05/16/2005 07:17:11
  Does anybody know an efficient solution for automated pullup of
  additionaly created files in huge CVS trees, such as NetBSD src?
  Unfortunatelly, "cvs diff" misses them.

If you run 'cvs add' on the new files, you should get them with 'cvs
diff -N'

-- 
        Greg Troxel <gdt@ir.bbn.com>