From owner-freebsd-questions Mon Mar 12 5:47:43 2001 Delivered-To: freebsd-questions@freebsd.org Received: from snarf.osdn.com (snarf.osdn.com [209.192.217.153]) by hub.freebsd.org (Postfix) with ESMTP id 7CBB337B72E for ; Mon, 12 Mar 2001 05:47:39 -0800 (PST) (envelope-from jim@guinness.osdn.com) Received: from guinness.osdn.com (root@localhost [127.0.0.1]) by snarf.osdn.com (8.11.3/8.11.3) with ESMTP id f2CDlZG34822; Mon, 12 Mar 2001 08:47:35 -0500 (EST) (envelope-from jim@guinness.osdn.com) Received: by guinness.osdn.com (Postfix, from userid 1000) id 2DCC5173; Mon, 12 Mar 2001 08:47:33 -0500 (EST) Date: Mon, 12 Mar 2001 08:47:32 -0500 From: Jim Mock To: Andy Akins Cc: freebsd-questions@FreeBSD.ORG Subject: Re: CVSUP and ports Message-ID: <20010312084732.D2706@guinness.osdn.com> Reply-To: mij@osdn.com References: <016601c0aaf9$85a510e0$e40810ac@ANDY> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.16i In-Reply-To: <016601c0aaf9$85a510e0$e40810ac@ANDY>; from andyakins@earthlink.net on Mon, Mar 12, 2001 at 07:37:02AM -0600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 12 Mar 2001 at 07:37:02 -0600, Andy Akins wrote: > Okay, this is probibly a newibie question...but since I'm a newbie, I > thought I'd ask. If anyone can either answer or point me to some docs > I'd appreciate it. > > I've installed FreeBSD 4.2 from the CDs, and everything is running > great. So then I set up cvsup. I'm not much of a cutting edge person - > so I set my tag to be RELENG_4 to get the stable rather than current > branch. I set up the other parameters, (for example, I'm cvsup'ing my > /usr, not a cvs repository, and I'm refusing the non-english > languages, etc)...and I request src-all, ports-all, and doc-all. > > Well, some of you might know what happened. Cvsup deleted all my > ports. *poof*. > > Looking through the Complete FreeBSD, I discover what I had missed: > that for ports the only relevant tag is ., or CURRENT. > > Now getting the ports back is no big deal - I've got the CDs. But my > question is: how do I keep my ports up to date? You can use /usr/share/examples/cvsup/ports-supfile. > Do I: > a) Have to be running CURRENT, rather than STABLE? I'd prefer > STABLE...but I really want the up to date ports, especially > X-Free 4, becuase I have an ATI Radeon....or, No, you don't have to run -CURRENT. > b) Do I need two separate cvsup-files...one with a tag of RELENG_4 > for src-all and one with a tag of . for ports-all and doc-all, > and I run cvsup twice.. This will work. Use stable-supfile for the source tree and use ports-supfile for the ports tree. Running cvsup twice isn't a big deal since it only sucks down the changes and won't take too long if you do it regularly. See /usr/share/examples/cvsup for more examples. - jim -- - jim mock - O|S|D|N - open source development network - - http://www.freebsdzine.org/ - jim@freebsdzine.org - jim@FreeBSD.org - To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message