From owner-freebsd-stable@FreeBSD.ORG Sat Jun 25 09:22:19 2005 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 51E9F16A41C for ; Sat, 25 Jun 2005 09:22:19 +0000 (GMT) (envelope-from "cyb."@gmx.net) Received: from mail.gmx.net (imap.gmx.net [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id AF4FB43D55 for ; Sat, 25 Jun 2005 09:22:18 +0000 (GMT) (envelope-from "cyb."@gmx.net) Received: (qmail invoked by alias); 25 Jun 2005 09:22:17 -0000 Received: from pD952C061.dip0.t-ipconnect.de (EHLO p4-3200.local) [217.82.192.97] by mail.gmx.net (mp033) with SMTP; 25 Jun 2005 11:22:17 +0200 X-Authenticated: #4870692 From: Andreas Rudisch To: Leland In-Reply-To: <013701c57951$34bf6ec0$0c01a8c0@Pentium166> References: <013701c57951$34bf6ec0$0c01a8c0@Pentium166> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-3aX4vV5iud+osaMtDAhq" Date: Sat, 25 Jun 2005 11:22:15 +0200 Message-Id: <1119691335.526.19.camel@p4-3200.local> Mime-Version: 1.0 X-Mailer: Evolution 2.2.3 FreeBSD GNOME Team Port X-Y-GMX-Trusted: 0 Cc: freebsd-stable Subject: Re: cvsup from 4.11-RELEASE to 4.11-RELEASE-p1 28,000 errors X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Jun 2005 09:22:19 -0000 --=-3aX4vV5iud+osaMtDAhq Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Fri, 2005-06-24 at 23:43 -0700, Leland wrote: > I have got to be doing someting wrong, it is right in front of me and I j= ust > don't seel it. > Hope someone can help, thanks. >=20 > >From a clean install of 4.11-RELEASE with All Distributions, > cvsup-without-gui was then installed from ports. >=20 > cvsup -g -L 2 cvs-supfile will produce src-all/checkouts.cvs:RELENG_4_11 > with 8310752 bytes > and more than 28,000 lines starting with "C src/...." >=20 > Here is my cvs-supfile: > *default host=3Dcvsup9.us.FreeBSD.org > *default tag=3DRELENG_4_11 > *default date=3D2005.03.28.15.57.00 > *default base=3D/usr/local/etc/cvsup > *default prefix=3D/usr/local/etc/cvsup > *default release=3Dcvs > *default delete use-rel-suffix > *default compress > src-all > ports-all > doc-all > cvsroot-all >=20 Do not mix ports and source, it is always better to use two seperated supfiles for each. Take a look in here: /usr/share/examples/cvsup/ I am not sure why you want to use a date. If you only want to update to the security branch of FreeBSD 4.11 you do not need it. Here as an example my supfiles for 5.4 to give you an idea. ports-supfile: *default host=3Dcvsup.no.FreeBSD.org *default base=3D/var/db *default prefix=3D/usr *default release=3Dcvs tag=3D. *default delete use-rel-suffix *default compress ports-all security-supfile: #cvsupfile for 5.4-security *default host=3Dcvsup.no.FreeBSD.org *default base=3D/var/db *default prefix=3D/usr *default release=3Dcvs tag=3DRELENG_5_4 *default delete use-rel-suffix *default compress src-all The tag is important, for ports it is always '.', which means you will always get the latest version. If you use this tag for the source tree too, then you will end up getting the latest -CURRENT version, the development branch. The -STABLE branch only uses the release number, e.g. RELENG_4 would be FreeBSD 4-STABLE. The -SECURITY branch, you want to get, has an additional number added, RELENG_4_11. For further information you should read this: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cutting-edge.html Andreas --=20 GnuPG key : 0xD25FCC81 | http://cyb.websimplex.de/pubkey.asc Fingerprint: D182 6F22 7EEC DD4C 0F6E 564C 691B 0372 D25F CC81 --=-3aX4vV5iud+osaMtDAhq Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQBCvSJHaRsDctJfzIERAnj/AJ0ZyaarkzkxY7GpOnanBk2GK21bJwCfcFgV ABF//JGmA4l9WPPD4gkZ3zQ= =EnvJ -----END PGP SIGNATURE----- --=-3aX4vV5iud+osaMtDAhq--