From: Alan W. I. <ir...@be...> - 2002-10-04 15:33:17
|
On Fri, 4 Oct 2002, [iso-8859-1] Jo=E3o Cardoso wrote: > I often get the following error message when I make a recursive cvs > update: > [...] > What is wrong? Me? The cvs repository? > > I would appreciate any hints. I have never encountered those problems so I think the repository is fine. One possibility is your local directories have some sticky information in them (tags, dates) that are screwing you up. The way to get rid of that is cvs update -A Another thing I can suggest is to start clean again. One brute-force way t= o do this is cvs checkout -d plplot_new plplot where plplot_new is the *new* directory where you want to store your clean start. Hope one of these two suggestions will permanently solve your problem. Alan |