Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 Jun 2005 11:22:15 +0200
From:      Andreas Rudisch <cyb.@gmx.net>
To:        Leland <lsp3@gte.net>
Cc:        freebsd-stable <freebsd-stable@freebsd.org>
Subject:   Re: cvsup from 4.11-RELEASE to 4.11-RELEASE-p1 28,000 errors
Message-ID:  <1119691335.526.19.camel@p4-3200.local>
In-Reply-To: <013701c57951$34bf6ec0$0c01a8c0@Pentium166>
References:  <013701c57951$34bf6ec0$0c01a8c0@Pentium166>

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

--=-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--




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