From owner-freebsd-arch@FreeBSD.ORG Fri Sep 14 12:19:42 2012 Return-Path: Delivered-To: freebsd-arch@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A068A106566B for ; Fri, 14 Sep 2012 12:19:42 +0000 (UTC) (envelope-from markiyan.kushnir@gmail.com) Received: from mail-we0-f182.google.com (mail-we0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id 2C9828FC12 for ; Fri, 14 Sep 2012 12:19:41 +0000 (UTC) Received: by weyx56 with SMTP id x56so2785777wey.13 for ; Fri, 14 Sep 2012 05:19:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=4iJvlEh/XFtxkGUIesY78bOUcYEpFlc+hAbuzoQwfg0=; b=LI+1DWuZy31O9tGPzRgOcgHT9ueLVKlulZyzGBAfRiab4x7mLlkCs0gGcA+26eHt4A UBjjBrO0utbKnyhRkTiLV8Hulay2x1rFNdexwrMc24eOlTkMLv5vfBwg37AE9AuZhz1l ARW528Hnd6aB/++iaAXYN1NcaEv7Y45qFKSlpzLgp3wmnWa1Sno0P/Ohzs4y8zOHAN7B oKEH5rVkP44zPUZG99O+Vzd6EHvWErR3dGcqN6ohurzvrG65NdPZ4rp4Zge0hm4ZfbME X23c+BnhIge6zbUxQ+1zYqlLFm6nQJ1H5IfGN8T/MBLh6mcGywVrMcLum8gPgFFTBD5D 62wQ== Received: by 10.181.13.208 with SMTP id fa16mr5620947wid.11.1347625180937; Fri, 14 Sep 2012 05:19:40 -0700 (PDT) Received: from mkushnir.zapto.org (195-25-124-91.pool.ukrtel.net. [91.124.25.195]) by mx.google.com with ESMTPS id dp8sm3822152wib.3.2012.09.14.05.19.39 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 14 Sep 2012 05:19:40 -0700 (PDT) Message-ID: <5053209F.4090803@gmail.com> Date: Fri, 14 Sep 2012 15:18:39 +0300 From: Markiyan Kushnir User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:10.0.2) Gecko/20120222 Thunderbird/10.0.2 MIME-Version: 1.0 To: =?UTF-8?B?RGFnLUVybGluZyBTbcO4cmdyYXY=?= References: <505187E4.6060404@gmail.com> <86ehm65guf.fsf@ds4.des.no> <5051DB64.4050504@gmail.com> <86y5kd3sf1.fsf@ds4.des.no> In-Reply-To: <86y5kd3sf1.fsf@ds4.des.no> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable Cc: 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 12:19:42 -0000 On 14.09.2012 11:44, Dag-Erling Sm=C3=B8rgrav 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. > > You'd be better off using svn for your source tree. > > DES 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=20 couldn't use it to track the sources between releases, or to track the HE= AD. 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=20 svn is). If it's not possible, I will "factor out" the source update=20 outside my upgrade scenario. -- Markiyan.