Andrei Emeltchenko writes: > > I noticed that CVS adds new files in the Attic. I read in the manual that > it can happen when HEAD is in the dead state. What does it mean? I did > not mark HEAD as dead, etc.
It means that you're adding the file on a branch rather than on the trunk. If that's not your intent, you should do ``cvs up -A'' to switch your working directory back to the trunk from whatever branch it's currently on. -Larry Jones What a stupid world. -- Calvin _______________________________________________ info-cvs mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/info-cvs
