From owner-freebsd-arch@FreeBSD.ORG Fri Sep 14 22:39:02 2012 Return-Path: Delivered-To: freebsd-arch@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 986731065672 for ; Fri, 14 Sep 2012 22:39:02 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from mail-ob0-f182.google.com (mail-ob0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id 4C9A08FC22 for ; Fri, 14 Sep 2012 22:39:01 +0000 (UTC) Received: by obbun3 with SMTP id un3so8677571obb.13 for ; Fri, 14 Sep 2012 15:39:01 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=sender:subject:mime-version:content-type:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to:x-mailer :x-gm-message-state; bh=y8BrnrdXdnpcRQ/84JEL7+yr6WyoSJ8sR9TXZM2mkd4=; b=acHHkOkTR1StNM+MS44Z8Bor8zV804n+9137ijj3P56SrbzTRE9s96h9SJ7bC/YJJG JV8PAeVu3P7VUMnu03lZMun5mo2qQTmHM4LjdTMZDJHdCyyXtqR/3He+zefHLTiYrsv/ W11KVODLU0ZELrrxH70M3zy21AOzRdRY0y6BC24IXg1jvIaGvk1FKud3duQ85IQAP+FY 3N5FpZ221ycO0Jz4DAMrWfQl3fWTyxPG0ZIR3w0QAQORPDk3nx/q4uzrhcByvPQyzIM8 QUpT6nxmTsE4rGXNFpy+2qXLf+dlPZ0TZTedGV4A3xygpchyjFpaaCQmHvyM3n8zxyBd zZxQ== Received: by 10.60.9.134 with SMTP id z6mr5707926oea.90.1347662341371; Fri, 14 Sep 2012 15:39:01 -0700 (PDT) Received: from [100.244.213.246] (m922636d0.tmodns.net. [208.54.38.146]) by mx.google.com with ESMTPS id k8sm2739941oeh.9.2012.09.14.15.38.58 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 14 Sep 2012 15:38:59 -0700 (PDT) Sender: Warner Losh Mime-Version: 1.0 (Apple Message framework v1084) Content-Type: text/plain; charset=iso-8859-1 From: Warner Losh In-Reply-To: <5053209F.4090803@gmail.com> Date: Fri, 14 Sep 2012 17:35:28 -0500 Content-Transfer-Encoding: quoted-printable Message-Id: <0CD70A02-3649-4AD4-A6C0-84C3F25EAEFC@bsdimp.com> References: <505187E4.6060404@gmail.com> <86ehm65guf.fsf@ds4.des.no> <5051DB64.4050504@gmail.com> <86y5kd3sf1.fsf@ds4.des.no> <5053209F.4090803@gmail.com> To: Markiyan Kushnir X-Mailer: Apple Mail (2.1084) X-Gm-Message-State: ALoCoQmcmIs223J0wEG7OWv3AjMVO6/VpnRLeE5i/YDIVsvraFs1l4Hx0ZAQ2OBtO/1F5/Kdlw2p Cc: =?iso-8859-1?Q?Dag-Erling_Sm=F8rgrav?= , freebsd-arch@freebsd.org Subject: Re: Removing CVS from HEAD X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Sep 2012 22:39:02 -0000 On Sep 14, 2012, at 7:18 AM, Markiyan Kushnir wrote: > On 14.09.2012 11:44, Dag-Erling Sm=F8rgrav wrote: >> Markiyan Kushnir writes: >>> I think I can replace csup with freebsd-update/portsnap pair for >>> upgrading the src and ports trees only, and still be able to build >>> everything from sources. >>=20 >> You'd be better off using svn for your source tree. >>=20 >> DES >=20 > Well, yes. I see that I will have to use svn for source updates. Even = if I could update the src and ports trees via freebsd-update/portsnap, I = couldn't use it to track the sources between releases, or to track the = HEAD. >=20 > I just wanted to see if I can retain the convenience of the system = being able to update its sources without the help of any ports app = (which the svn is). If it's not possible, I will "factor out" the source = update outside my upgrade scenario. Have we finally managed to document this as the preferred way to update? Warner