Peg writes: > > This seems to work and reports no errors. However when I > > cd /export/home/alexHome > > and do > > cvs checkout project > > I get ? next to all the directories, and I can't cvs update any files.
That's because you already have a project directory there that's full of subdirectories and files! Either do the checkout into a completely different location, rename the existing project directory before doing the checkout, or use the -d option of checkout to name the checked-out directory something different. -Larry Jones I've got PLENTY of common sense! I just choose to ignore it. -- Calvin _______________________________________________ Info-cvs mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/info-cvs
