Do Dean wrote:
Hi,

`cvs -H co' notes that -r and -D both imply -P [i.e. pruning].  Is
possible to overide pruning and disable it?  I wish to check out all
directories, including empty ones.

Thanks for your help.

I'd do it in two steps:

cvs checkout -r some_rev whatever
cvs update -d whatever

Both -r and -D are sticky, so the second update will use the same tag or date, and the -d option will check out all directories (even empty ones.)

--
----------------
Mark E. Hamilton
Orion International Technologies, Inc.
Sandia National Laboratory, NM.
505-844-7666



_______________________________________________
Info-cvs mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/info-cvs

Reply via email to