Dave Brondsema wrote: > > I have a directory that is empty except for a cvs directory and its 3 > files. > > I have tried 'cvs update -P' but the directory is not removed. I tried > deleting the cvs directory and it's files so that the directory was truly > empty, but then I got an error message: *PANIC* administration files > missing
This was obviously the wrong thing to do. CVS correctly ignores its own admin files when pruning. From which directory are you running 'cvs up -P'? Does CVS create any files when you run 'cvs up'? -Matt _______________________________________________ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs
