[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: CVS headache.
> For weeks now I have been trying to get rid of some directories in the
> PenguinGraphics subtree without success.
> The CVS info pages say that if you clean out all the files from a directory,
> then that directory will not show up when next you check out a working copy.
> This is not true.
> Can anyone help?
Try the -P option:
cvs checkout -P <module>
That "prunes" empty directories. This is automatically done when "export"ing
a source tree (anybody know how to turn that off)
See ya!
-Sam Lantinga (slouken@devolution.com)
--
Author of Simple DirectMedia Layer -
http://www.devolution.com/~slouken/SDL/
--