From owner-freebsd-current@FreeBSD.ORG Fri Oct 21 06:49:26 2011 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DAA131065673 for ; Fri, 21 Oct 2011 06:49:26 +0000 (UTC) (envelope-from yanegomi@gmail.com) Received: from mail-yw0-f54.google.com (mail-yw0-f54.google.com [209.85.213.54]) by mx1.freebsd.org (Postfix) with ESMTP id 9D6178FC0A for ; Fri, 21 Oct 2011 06:49:26 +0000 (UTC) Received: by ywm3 with SMTP id 3so4593892ywm.13 for ; Thu, 20 Oct 2011 23:49:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; bh=Nn9uxxX+wrDV51ehLbTcSRSmcRuArA9sURaM7EwK4is=; b=wSxTIMsVwUE1FlXZcOpKvEnmzZBiY9O36pQwZfLBQALEVt28WclzqXm/lgmPcMQcrn XTkwiPWvdAAQUPDzArOPgSDX3DpQ/kjBcW03PrYKDBBxlL82thRtk9NdkN9yUVIjALhl WTeNwOft5sQVKBgKU/Uu2ROeNGhsxeW5apvWw= MIME-Version: 1.0 Received: by 10.182.7.10 with SMTP id f10mr827562oba.56.1319179765918; Thu, 20 Oct 2011 23:49:25 -0700 (PDT) Received: by 10.182.122.33 with HTTP; Thu, 20 Oct 2011 23:49:25 -0700 (PDT) In-Reply-To: <20111020122121.GL59810@albert.catwhisker.org> References: <20111020114844.GK59810@albert.catwhisker.org> <20111020122121.GL59810@albert.catwhisker.org> Date: Thu, 20 Oct 2011 23:49:25 -0700 Message-ID: From: Garrett Cooper To: David Wolfskill , current@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: Subject: Re: sys/conf/newvers.sh vs. subversion-1.7 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Fri, 21 Oct 2011 06:49:26 -0000 On Thu, Oct 20, 2011 at 5:21 AM, David Wolfskill wro= te: > On Thu, Oct 20, 2011 at 04:48:44AM -0700, David Wolfskill wrote: >> ... >> Well, as of subversion-1.7, we don't have a ".svn" directory in >> ${SYSDIR} any more -- it's only at the root of the working copy >> (/usr/src, in this case). =A0So "svnversion" is never invoked. >> >> So I've just hacked my copy to parallel the "git" stanza & look for >> ${SYSDIR}/../.svn, =A0Not sure that's ideal, but there appears to be >> precedent.... :-} >> >> It might be handy to resolve this prior to 9.0-RELEASE, I think. >> ... > > Finished building head, and the change worked; here are uname strings > from yesterday & today: > > FreeBSD freebeast.catwhisker.org 10.0-CURRENT FreeBSD 10.0-CURRENT #625: = Wed Oct 19 05:22:52 PDT 2011 =A0 =A0 root@freebeast.catwhisker.org:/usr/obj= /usr/src/sys/GENERIC =A0i386 > > FreeBSD freebeast.catwhisker.org 10.0-CURRENT FreeBSD 10.0-CURRENT #626 r= 226563M: Thu Oct 20 05:04:03 PDT 2011 =A0 =A0 root@freebeast.catwhisker.org= :/usr/obj/usr/src/sys/GENERIC =A0i386 > > I've attached a copy of the patch, in case my description wasn't > clear. =A0And I'll plan on filing a PR a bit later today. Awesome! Is there any way that this could be committed, as well incorporate the other two PRs (conf/146828, misc/149510) before 9.0-RELEASE? They all seem to overlap a bit and are helpful for developers and contributors. I'll write up a 1 unified patch for the minimal changes (conf/146828, conf/161835) and revamp the other change if someone will commit the work. Thanks, -Garrett