Date: Mon, 31 Dec 2001 23:17:02 +0000 From: Scott Mitchell <scott.mitchell@mail.com> To: Tom Kersten <tomkersten98@yahoo.com> Cc: freebsd-questions@FreeBSD.ORG Subject: Re: CVSup Question.... Message-ID: <20011231231702.A67006@localhost> In-Reply-To: <20011231212613.37579.qmail@web10006.mail.yahoo.com>; from tomkersten98@yahoo.com on Mon, Dec 31, 2001 at 01:26:13PM -0800 References: <20011231212613.37579.qmail@web10006.mail.yahoo.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Dec 31, 2001 at 01:26:13PM -0800, Tom Kersten wrote: > cvsup-config: > (--clipped--) > # Defaults that apply to all the collections > # IMPORTANT: Change the next line to use one of the > CVSup mirror sites > # listed at > http://www.freebsd.org/handbook/mirrors.html. > *default host=cvsup7.FreeBSD.org > *default base=/usr/local/etc/cvsup > *default prefix=/usr > # The following line is for 4-stable. If you want > 3-stable or 2.2-stable, > # change "RELENG_4" to "RELENG_3" or "RELENG_2_2" > respectively. > *default release=cvs tag=RELENG_4 > *default delete use-rel-suffix > > (--clipped--) > # The easiest way to get the main source tree is to > use the "src-all" > # mega-collection. It includes all of the individual > "src-*" collections. > # Please note: If you want to track -STABLE, leave > this uncommented. > src-all > ports-all > doc-all You don't want to use tag=RELENG_4 to update ports -- AIUI ports are always retrieved from the CVS trunk. Try replacing your 'ports-all' line with: ports-all tag=. (that dot '.' at the end of the line is important -- leave it in) All the latest ports should then appear when you cvsup. HTH, Scott -- =========================================================================== Scott Mitchell | PGP Key ID | "Eagles may soar, but weasels Cambridge, England | 0x54B171B9 | don't get sucked into jet engines" scott.mitchell@mail.com | 0xAA775B8B | -- Anon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011231231702.A67006>