From owner-freebsd-current@FreeBSD.ORG Sat Nov 15 19:53:14 2014 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DCD4F13C; Sat, 15 Nov 2014 19:53:14 +0000 (UTC) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.95.76.21]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "troutmask.apl.washington.edu", Issuer "troutmask.apl.washington.edu" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id B8659F56; Sat, 15 Nov 2014 19:53:14 +0000 (UTC) Received: from troutmask.apl.washington.edu (localhost.apl.washington.edu [127.0.0.1]) by troutmask.apl.washington.edu (8.14.9/8.14.9) with ESMTP id sAFJrDfx030867 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Sat, 15 Nov 2014 11:53:13 -0800 (PST) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.14.9/8.14.9/Submit) id sAFJrDw7030866; Sat, 15 Nov 2014 11:53:13 -0800 (PST) (envelope-from sgk) Date: Sat, 15 Nov 2014 11:53:13 -0800 From: Steve Kargl To: Alfred Perlstein Subject: Re: Finding a rogue src/sys commit with bisection? Message-ID: <20141115195313.GA30831@troutmask.apl.washington.edu> References: <20141115184332.GA30344@troutmask.apl.washington.edu> <5467A1F2.8000703@mu.org> <20141115190133.GA30576@troutmask.apl.washington.edu> <5467A37B.8010506@mu.org> <1416079949.4781.156.camel@revolution.hippie.lan> <5467ABF5.7070807@mu.org> <20141115194215.GA30774@troutmask.apl.washington.edu> <5467ADF7.1020503@mu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5467ADF7.1020503@mu.org> User-Agent: Mutt/1.5.23 (2014-03-12) Cc: freebsd-current@freebsd.org, Ian Lepore X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Nov 2014 19:53:15 -0000 On Sat, Nov 15, 2014 at 11:48:07AM -0800, Alfred Perlstein wrote: > > On 11/15/14, 11:42 AM, Steve Kargl wrote: > > On Sat, Nov 15, 2014 at 11:39:33AM -0800, Alfred Perlstein wrote: > >> This is really over the top. > >> > >> It's not evangelism, the guy asked "how do I do X?" I showed him how to > >> do it in a few simple steps. > > The guy, that would be me, asked how to do it with svn. > > > > Nope. You showed some svn commands to not do it, you weren't explicit > in asking for ways to do it in svn, go ahead, look: I won't insult your intelligence. Oh what the hell, it is clear from the list of commands I meant how to do it with svn. Go ahead twist it however suits your needs. Ian's suggestion on using 'svn update -r#' was exactly what I was looking for. PS: 'svn up -r271000' has already shown to provide a "good" kernel. PPS: I currently building a -r272728 kernel. -- Steve