where are cvs files checkout out to?
dir is a directory under my $CVSROOT. ls $CVSROOT
CVSROOT
dir
In dir I have a file I want to checkout.
Running "cvs checkout dir" should checkout dir into the directory I ran the command in. I see a dir. But, when I go into dir I don't see the file I wanted to checkout. I see a directory named CVS with three files: Entries, Repository, and Root.
What happened to the file in my working copy of the "dir" directory?
|