I currently run a 2.2.8 machine. Is there a guide somewhere on the exact
process of bringing this up to the forthcoming 3.0 stable branch, such
as the conversion from sdX to CAM, a.out to Elf, what softupdates are 
and who should use them, SMP, and the like? I am about to buy a new, dual
proc mainboard to coincide with 3.0 going stable, and all of these are of
interest to me, but I'm not sure the best way to migrate from the 'old'
2.2.x system to the 'new' 3.x system. 

Thanks!

Jamie

On Wed, Jan 20, 1999 at 11:57:09PM -0800, Matthew Dillon wrote:
> 
>     It's real simple.  The -stable is the 3.x branch.  This is the branch
>     that Jordan just created tonight.  So, for example, if you do a 
>     'cvs log kern/vfs_bio.c' you will see this:
> 
>           ...
>           head: 1.193
>           ...
>           RELENG_3: 1.193.0.2
>           RELENG_3_BP: 1.193
> 
>     What this means is that the HEAD of the CVS tree is 1.193, and 
>     RELENG_3 ( the new -stable ) has been forked off as 1.193.0.2.
> 
>     If your files are currently checked out and have the HEAD branch's
>     revision, then anything you checkin will be checked in under
>     -current ( the -4.x tree ).
> 
>     If your files are currently checked out and have RELENG_3's branch
>     revision, then anything you check in will be checked in under
>     -stable ( the -3.x tree ).
> 
>     If you haven't messed with your CVS tree and it was previously
>     -current ( 3.x ), it is still -current, but is now 4.x.
> 
>                                       -Matt
>                                       Matthew Dillon 
>                                       <dil...@backplane.com>

To Unsubscribe: send mail to majord...@freebsd.org
with "unsubscribe freebsd-current" in the body of the message

Reply via email to