Igor Pechtchanski wrote: > Well, "cvs update -d -P" took care of that. I was getting the > following error on "cvs update", though: > > cvs update: in directory setup/cfgaux: > cvs update: cannot open CVS/Entries for reading: No such file or > directory
Hmm. You could try either diffing off your changes, removing the working dir, and checking-out again. Or, This might work: echo "D" > setup/cfgaux/CVS/Entries echo "setup/cfgaux" > setup/cfgaux/CVS/Repository cp setup/CVS/Root setup/cfgaux/CVS/Root Max.
