Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Aug 1996 23:23:12 -0600 (MDT)
From:      Nate Williams <nate@mt.sri.com>
To:        Warner Losh <imp@village.org>
Cc:        joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch), freebsd-current@freebsd.org (FreeBSD-current users), plm@xs4all.nl (Peter Mutsaers)
Subject:   Re: Questions about the CVS and CTM 
Message-ID:  <199608060523.XAA25666@rocky.mt.sri.com>
In-Reply-To: <199608060323.VAA06564@rover.village.org>
References:  <199608060323.VAA06564@rover.village.org>

next in thread | previous in thread | raw e-mail | index | archive | help

> : > I now have the CVS version of the sources unpacked. Now if I want to
> : > do make world, what is the normal thing to do?
> : > 
> : > What I did was 'cvs checkout src'. Then I get a copy of src, and I can
> : > do a 'make world' in it. I can do 'cvs update' in the future, right?
> : 
> : Right.
> 
> cvs update won't grab new directories that appear from time to time.

Sure it will.  You just need to tell it to.

trout:~ % cvs -H update
Usage: cvs update [-APdflRp] [-k kopt] [-r rev|-D date] [-j rev]
    [-I ign] [-W spec] [files...]
        -A      Reset any sticky tags/date/kopts.
        -P      Prune empty directories.
        -d      Build directories, like checkout does.
 ....

Note '-d', which will allow it to 'build' new directories.  Also note
'-P', which causes it to remove directories that become emtpy as they
occur.  Why this isn't the default behavior has been subject to much
discussion on the CVS mailing lists. :(



Nate



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199608060523.XAA25666>