From owner-freebsd-questions@FreeBSD.ORG Thu Mar 29 06:26:19 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DC43B16A405 for ; Thu, 29 Mar 2007 06:26:19 +0000 (UTC) (envelope-from infofarmer@gmail.com) Received: from ik-out-1112.google.com (ik-out-1112.google.com [66.249.90.182]) by mx1.freebsd.org (Postfix) with ESMTP id 7372513C455 for ; Thu, 29 Mar 2007 06:26:19 +0000 (UTC) (envelope-from infofarmer@gmail.com) Received: by ik-out-1112.google.com with SMTP id c21so68059ika for ; Wed, 28 Mar 2007 23:26:18 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=dC//OiffpQMcgoM/+woiuAcaJ4XatSo7jyIG/Cg8tiggHyM7Yb10yqLE0n44nAVaZ7/gsT2yeVlI+Kf524HyqEph4XEicE94J2sNRAB4hcCbiRyHlHa9N+I3hK/pau+MfQDHn02wdtQAdDE4XCN60WhvNerwfCIcuE6KQrU8RdA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=deJUD1N5eKwV2I1XJhA5eNY976ngu6dVjdyvJ/Rh9yeFwoaDHsGAwpWMDqmTjGvCg+yc9N0KqJEh0l4D5jwdPY6G1q+5kRHzmeQxjSZTvx5XapMrjNiDF5lXnw6+44wwimLAAwxU8V3FUcSrpgCXJRxhIpakZ5wywC9k8HlHuVw= Received: by 10.114.46.1 with SMTP id t1mr149728wat.1175149577669; Wed, 28 Mar 2007 23:26:17 -0700 (PDT) Received: by 10.114.201.2 with HTTP; Wed, 28 Mar 2007 23:26:17 -0700 (PDT) Message-ID: Date: Thu, 29 Mar 2007 10:26:17 +0400 From: "Andrew Pantyukhin" Sender: infofarmer@gmail.com To: "Martin McCormick" In-Reply-To: <200703281617.l2SGHuQC065997@dc.cis.okstate.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200703281617.l2SGHuQC065997@dc.cis.okstate.edu> X-Google-Sender-Auth: b948ba4702f3ac82 Cc: freebsd-questions@freebsd.org Subject: Re: Can cvs-sup Upgrade a 5.3 system to 6.2? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Mar 2007 06:26:19 -0000 On 3/28/07, Martin McCormick wrote: > The system is up and running, but presently not in production. cvsup (or csup, available from ports) can update /usr/src from any version to any version. If you try to update it to 6.2 on a 5.3 system - then, yes, you'll succeed in rebuilding world and kernel, and installing them. Please refer to the last parts of /usr/src/UPDATING and/or Handbook for further info.