|
From: Nicholas N. <nj...@ca...> - 2003-03-18 19:16:14
|
On Tue, 18 Mar 2003, Julian Seward wrote: > cvs diff -rHEAD file.c ? > > Do you have a ~/.cvsrc as below? That might make a difference. > (perhaps the diff -u3 -p is the important bit) > > cvs -z4 -q > diff -u3 -p > update -dP > checkout -P Ok, I thought the lines like this: Index: coregrind/vg_errcontext.c =================================================================== RCS file: /cvsroot/valgrind/valgrind/coregrind/vg_errcontext.c,v retrieving revision 1.29 would screw it up, but it seems to work ok. Thanks. N |