On October 11, 2003 03:01 pm, Alex Pasadyn wrote:
I'm sending this in two parts because I added some files and can't get cvs diff to have them show up.
Of course, cvs diff will ignore these files. You need to add them manually to diff. To do so, you do:
$ cvs diff dlls/x11drv > randr.diff $ diff -u /dev/null dlls/x11drv/settings.c >> randr.diff $ diff -u /dev/null dlls/x11drv/xrandr.c >> randr.diff $ diff -u /dev/null dlls/x11drv/xrandr.h >> randr.diff
Dimitrie O. Paun wrote:
On October 11, 2003 03:01 pm, Alex Pasadyn wrote:
I'm sending this in two parts because I added some files and can't get cvs diff to have them show up.
Of course, cvs diff will ignore these files. You need to add them manually to diff. To do so, you do:
$ cvs diff dlls/x11drv > randr.diff $ diff -u /dev/null dlls/x11drv/settings.c >> randr.diff $ diff -u /dev/null dlls/x11drv/xrandr.c >> randr.diff $ diff -u /dev/null dlls/x11drv/xrandr.h >> randr.diff
Well, that's good to know. If I have to send it again I'll do it that way, but for now I think people can review it easily enough as it is.
Alex