Re: Can I check out a new directory without getting the files in it?

2002-05-03 Thread Matt Riechers
b_dompe wrote: Is there a way to check out only the directory even if it contains files? No. What are you trying to accomplish by doing that? Alternatively, checking out the directory with just one specific file in it could be adapted to what we need. But we can't have it retrieve

Can I check out a new directory without getting the files in it?

2002-05-02 Thread b_dompe
I'm trying to find a way to check out a new directory without checking out the files within that directory. I currently execute cvs co - l newdirectoryname, which gets the directory, but also any files that exist in it. There's -d, but that only gets empty directories. Is there a way to