Walter, Jan writes: > > Larry Jones writes: > > > > Could you post an example log? It sounds like the files have > > been partially resurrected -- they're no longer dead, but > > they're still living in the Attic. > > Yep, sure looks that way to me too. The thing is, why dont these files come > back to life when you do a "cvs co" without the -D option?
Yep, that's what's going on, all right. The reason they don't show up in a checkout or update is that those commands (and most others) don't look in the Attic unless you specify an explicit revision or date (that's the whole point of having the Attic -- most commands never need to look at those files). I believe this can happen when you resurrect a file and don't commit it right away; in some cases (and I don't remember exactly what they are), CVS forgets that it needs to move the file out of the Attic on commit. The easiest way to fix it is to either move the files out of the Attic by hand. -Larry Jones OK, there IS a middle ground, but it's for sissy weasels. -- Calvin _______________________________________________ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs
