[EMAIL PROTECTED] writes: > > 2. After that, i try to check out the same repository into another directory > to get the actual files. But i got > following messages > cvs checkout: Updating watchdogs > ? watchdogs/arrays > ? watchdogs/clean_tmps > ? watchdogs/diskstat > ? watchdogs/fs > watchdogs/fs/dir_check is in its way > C watchdogs/fs/dir_check > and the actual file is missing, only the old version exists. > > Whats wrong here
You're checking out into an existing directory that already contains files with the same names as what you're checking out. Checkout really wants to create a new directory to hold the files being checked out. -Larry Jones I'm getting disillusioned with these New Years. -- Calvin _______________________________________________ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs
