On Wed, Sep 15, 2004 at 03:30:55PM +0100, Max Bowsher wrote: >I suggest you rehabituate to using "cvs update" for setup.
I'll probably regret offering this information since it will probably result in a flurry of "No, no! Do it this way!" follow ups but I do something like the below to update from the top level: cvs update -l; cvs update -d */. This avoids pulling in extra unwanted top-level directories but adds newly-created subdirectories. cgf
