Richard June writes:
> 
> Add a directory 'mkdir <DIR>;cvs add <DIR>'
> then commit 'cvs commit -m "because" <DIR>'
> everythings cool, then when on another checkout of the same source.
> cvs update doesn't create the directory, what gives? isn't it supposed to?

No.  Because CVS only tracks files, not directories, it doesn't have any
way to distingish between a directory that's missing because you
explicitly asked to not check it out and one that's missing because it
was added after you did the initial checkout.  Update has a -d flag to
create directories like checkout does -- you may want to put it into
your .cvsrc file if you never checkout partial directory trees.

-Larry Jones

We seem to be out of gun powder. -- Calvin

Reply via email to