From owner-freebsd-questions@freebsd.org Mon Jul 4 17:50:14 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 10526B9106A for ; Mon, 4 Jul 2016 17:50:14 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "wonkity.com", Issuer "wonkity.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id D4D5C283C for ; Mon, 4 Jul 2016 17:50:13 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.15.2/8.15.2) with ESMTPS id u64HoCgw094146 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Mon, 4 Jul 2016 11:50:12 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.15.2/8.15.2/Submit) with ESMTP id u64HoBLj094072; Mon, 4 Jul 2016 11:50:12 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Mon, 4 Jul 2016 11:50:11 -0600 (MDT) From: Warren Block To: Matthew Seaman cc: freebsd-questions@freebsd.org Subject: Re: A question about downloading FreeBSD kernel code In-Reply-To: <0803e173-69c6-a5ba-653a-127729d04f57@infracaninophile.co.uk> Message-ID: References: <2016070420234846698317@chinadtrace.org> <0803e173-69c6-a5ba-653a-127729d04f57@infracaninophile.co.uk> User-Agent: Alpine 2.20 (BSF 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset=US-ASCII X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (wonkity.com [127.0.0.1]); Mon, 04 Jul 2016 11:50:12 -0600 (MDT) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jul 2016 17:50:14 -0000 On Mon, 4 Jul 2016, Matthew Seaman wrote: > While Warren is correct in his command line: > > svn checkout -r nnnnnn https://svn.freebsd.org/base/releng/10.3 /usr/src > > actually, for -RELEASE branches, you typically want to have all the > available SA and EN patches applied, and you can do that without having > to know a revision number: > > svn checkout https://svn.freebsd.org/base/releng/10.3 /usr/src Right... but I was concerned with trying to match the installed version already on the system. Not a problem if world and kernel are going to be built and installed, though.