From: Jason C. <ja...@jc...> - 2005-04-26 11:24:31
|
On Mon, Apr 25, 2005 at 09:26:05PM +0100, Nigel Horne wrote: > How can I be sure, when doing "cvs update -Pd" that I've got the correct > code? I did that but nothing seems new :-( > > -Nigel Before you do the update try doing a diff cvs diff --brif this will give you the names of the files in CVS that diff from you source. Also have you modified any files in your workarea? If so you will need to do a cvs update -PdC this tells cvs to copy your files and overwrite with the ones in cvs. Also check that you have the correct branch checked out ( cat the CVS/tag file ) and make sure it is the correct branch. Jason. -- ja...@jc... Fortune: A working program is one that has only unobserved bugs. -- Murphy's Laws of Computer Programming |