info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to Disable Pruning.


From: Mark E. Hamilton
Subject: Re: How to Disable Pruning.
Date: Mon, 06 Mar 2006 17:55:47 -0700
User-agent: Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.7.12) Gecko/20050920

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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]