From owner-freebsd-questions Fri Feb 23 16:44:57 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mta02.mail.mel.aone.net.au (mta02.mail.au.uu.net [203.2.192.82]) by hub.freebsd.org (Postfix) with ESMTP id E941C37B401 for ; Fri, 23 Feb 2001 16:44:52 -0800 (PST) (envelope-from thyerm@camtech.net.au) Received: from camtech.net.au ([203.55.241.57]) by mta02.mail.mel.aone.net.au with ESMTP id <20010224004446.GQOR16576.mta02.mail.mel.aone.net.au@camtech.net.au> for ; Sat, 24 Feb 2001 11:44:46 +1100 Message-ID: <3A9704B8.8FAEE003@camtech.net.au> Date: Sat, 24 Feb 2001 11:17:52 +1030 From: Matthew Thyer X-Mailer: Mozilla 4.76 [en] (X11; U; FreeBSD 5.0-CURRENT i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Changing from cvsup to cvs for -CURRENT Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I used to update my src and ports using cvsup. Having seen the light I am trying to change to using cvsup for updating the repository and then cvs to update my src and ports trees. Eventually I would like to change to using CTM for the repo and then cvs for update my src and ports trees. My supfile that I use with cvsup to update the repo is: > cat my-supfile *default host=cvsup11.FreeBSD.org *default base=/usr *default prefix=/scratch/Repository *default release=cvs *default delete use-rel-suffix umask=002 *default compress src-all ports-all doc-all I then have CVSROOT set to "/scratch/Repository" and I was populating /usr/src as an unprived user like so: cd /usr cvs checkout src cd /usr/src make buildworld etc etc etc etc Sometime later after more fixes to -CURRENT I would > cvsup my-supfile to update the repo and then: cd /usr cvs checkout src <--- Am I meant to use cvs update src here ? Whether I use cvs update or cvs checkout, I'm finding that my /usr/src/UPDATING file is an old version compared to the file UPDATING,v in the repository. Reading the manual page of cvs just confused me. I think there is a need for a Handbook entry on this. When will the FAQ die cause its confusing to have the handbook and the FAQ. Please help! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message