Date: Wed, 18 Nov 1998 00:42:10 +0100 From: "Pål Sommerhein" <paalsom@ifi.uio.no> To: Matthew Hunt <mph@pobox.com> Cc: freebsd-stable@FreeBSD.ORG Subject: Re: How do I check out the 2.2.7-STABLE sources from the repository? Message-ID: <365209D2.EC1C5432@ifi.uio.no> References: <3651FBA2.F2A49CA6@ifi.uio.no> <19981117150050.B26428@wopr.caltech.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
Matthew Hunt wrote: > > On Tue, Nov 17, 1998 at 11:41:38PM +0100, Pål Sommerhein wrote: > > > After having updated my repository(in /home/ncvs) using cvsup I did: > > # export CVSROOT=/home/ncvs > > # cd /usr > > # cvs co -r RELENG_2_2_7_RELEASE src 2>&1 | tee /var/tmp/co.src.log > > > > I then proceeded with all the necessary steps for make world, and it > > all went well :-). But I started wondering: does it give me the > > "current" state of the 2_2_7 branch? I.e. am I tracking stable doing > > this? > > No, that gives you 2.2.7-RELEASE. To get the latest point along the > 2.2 branch, you should use the tag RELENG_2_2. > > Matt > > -- > Matthew Hunt <mph@pobox.com> * UNIX is a lever for the intellect. -J.R. Mashey > http://www.pobox.com/~mph/pgp.key for PGP public key 0x67203349. Thanks(again) Matthew. I thought I had to use RELENG_2_2, but looking at the symbols from $CVSROOT/src/Makefile,v: (is it ok to do: more $CVSROOT/src/Makefile,v?) symbols RELENG_3_0_0_RELEASE:1.220 RELENG_2_2_7_RELEASE:1.109.2.33 ... RELENG_2_2:1.109.0.2 RELENG_2_2_BP:1.109 ... it seemed to me(looking at the revision numbers) that I should be using RELENG_2_2_7_RELEASE. I guess I am a little confused here :-) I think I am in need of asking one more question along this route: What will be the correct way of checking out the ports for the 2.2.7-STABLE branch(and updating)? Thank you, Pål To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?365209D2.EC1C5432>