Hello Mark, Thank you for the command! It looks like that we have run into the older cvs bug. The output from 'cvs log' puts the file's location in the Attic, and the state of the most recent version is "state: Exp;". We're still working on getting access to the repository, so we aren't able to make the change ourselves quite yet. Just to make sure I understand what needs to happen, all we have to do is move the ,v files of the problem files from the Attic subdirectory up one directory, and all should be ok? After that, run an update to get the workspace all squared away?
Thank you all again for the help! David On Thursday 12 August 2010, Mark D. Baushke wrote: > Hi David, > > Actually, you can determine where it is in the repository using the > CVS command: > > cvs log filename > > The 'RCS File' will include the '/Attic/' component if the filename is > indeed in the Attic. Then looking to see the 'state: ' of the 'head:' > revision should tell you if it is right or not. > > For exaqmple, if 'head: 1.33' is found and the data looks something like > this: > > RCS file: /path/to/file/Attic/name.c > ... > head: 1.33 > ... > revision 1.33 > date: yyyy-mm-dd hh:mm:ss +0000; author: xx; state: dead; lines +0 -0; > ... > > then there is nothing wrong. However, if the state is something else > like 'state: Exp;' then you have run into the older 'cvs' bug. > > Good luck, > -- Mark
