On Sun, Mar 15, 2009 at 10:57:38AM +0100, Markus Hennecke wrote: > ... Somewhat related: Could someone tell me how to include > the patches directory in the cvs diff output if there is no such > directory present on the cvs server?
$ cd /my/port/dir $ ls Makefile distinfo patches pkg $ cvs add patches ... $ cvs add patches/patch-* ... $ cvs diff -uN > patch you'll get error messages about not having write access to the server, but you'll be able to generate a diff. at least, that works for me using anoncvs3.usa.openbsd.org. -- [email protected] SDF Public Access UNIX System - http://sdf.lonestar.org
