CVSup question, which tag for 4.9-RELEASE?

2004-02-12 Thread Bob Collins
I am running a few boxes(n) on 4.9-RELEASE and am wondering about
updating the ports and source. Using CVSup, should I tag src with
RELENG_4, or RELENG_4_9? And what if any are the differences, that
are not already noted in the handbook? Up to this point, I have not
updated the system since install

I think I have a rather good grasp of the topic, but there is a little
confusion on my part. I am thinking if I read correctly, using RELENG_4
will update to the latest in the 4.x branch and I'll be at 4.9-Current,
no? And RELENG_4_9 will be only updates to the 4.9 branch?

Thanks for the clarification.

-- 
Bob

Play is the work of children. It's very serious stuff. And if it's
properly structured in a developmental program, children can blossom.
-Bob Keeshan aka `Captain Kangaroo'
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: CVSup question, which tag for 4.9-RELEASE?

2004-02-12 Thread Jez Hancock
On Thu, Feb 12, 2004 at 11:57:59AM -0500, Bob Collins wrote:
 I am running a few boxes(n) on 4.9-RELEASE and am wondering about
 updating the ports and source. Using CVSup, should I tag src with
 RELENG_4, or RELENG_4_9? And what if any are the differences, that
 are not already noted in the handbook? Up to this point, I have not
 updated the system since install

See:

http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cvs-tags.html

to quote:

RELENG_4
The line of development for FreeBSD-4.X, also known as FreeBSD-STABLE.

RELENG_4_9
The release branch for FreeBSD-4.9, used only for security advisories and
other critical fixes.

 I think I have a rather good grasp of the topic, but there is a little
 confusion on my part. I am thinking if I read correctly, using RELENG_4
 will update to the latest in the 4.x branch and I'll be at 4.9-Current,
 no? And RELENG_4_9 will be only updates to the 4.9 branch?
No to the first question, yes to the second :P

HTH

-- 
Jez Hancock
 - System Administrator / PHP Developer

http://munk.nu/
http://jez.hancock-family.com/  - Another FreeBSD Diary
http://ipfwstats.sf.net/- ipfw peruser traffic logging
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: CVSup question, which tag for 4.9-RELEASE?

2004-02-12 Thread Antoine Jacoutot
Selon Bob Collins [EMAIL PROTECTED]:
 I am running a few boxes(n) on 4.9-RELEASE and am wondering about
 updating the ports and source. Using CVSup, should I tag src with
 RELENG_4, or RELENG_4_9? And what if any are the differences, that
 are not already noted in the handbook? Up to this point, I have not
 updated the system since install

For your system, use RELENG_4_9; tag=RELENG_4_9; this will keep you up to date
with the security fixes.
For the ports, always use CURRENT; tag=.

 I think I have a rather good grasp of the topic, but there is a little
 confusion on my part. I am thinking if I read correctly, using RELENG_4
 will update to the latest in the 4.x branch and I'll be at 4.9-Current,
 no? And RELENG_4_9 will be only updates to the 4.9 branch?

RELENG_4 will update you to 4-STABLE (the future 4.10 if there's one).

Antoine
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: CVSup question, which tag for 4.9-RELEASE?

2004-02-12 Thread Jud

On Thu, 12 Feb 2004 11:57:59 -0500, Bob Collins [EMAIL PROTECTED]
said:
 I am running a few boxes(n) on 4.9-RELEASE and am wondering about
 updating the ports and source. Using CVSup, should I tag src with
 RELENG_4, or RELENG_4_9? And what if any are the differences, that
 are not already noted in the handbook? Up to this point, I have not
 updated the system since install
 
 I think I have a rather good grasp of the topic, but there is a little
 confusion on my part. I am thinking if I read correctly, using RELENG_4
 will update to the latest in the 4.x branch and I'll be at 4.9-Current,
 no? 

No.  No such thing as 4.9-CURRENT.  RELENG_4 will update to 4-STABLE,
which means it includes whatever updates have been made to -STABLE since
the 4.9-RELEASE snapshot (4.x-RELEASE being a snapshot of 4-STABLE).

 And RELENG_4_9 will be only updates to the 4.9 branch?

4.9 isn't a branch itself, it's a snapshot of the -STABLE branch. 
RELENG_4_9 contains only critical updates from the 4.9-RELEASE snapshot,
primarily if not exclusively security updates.

Jud
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]