From owner-freebsd-current@FreeBSD.ORG Thu Oct 20 14:33:46 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 C5A0E1065675 for ; Thu, 20 Oct 2011 14:33:46 +0000 (UTC) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.95.76.21]) by mx1.freebsd.org (Postfix) with ESMTP id 8E6728FC13 for ; Thu, 20 Oct 2011 14:33:46 +0000 (UTC) Received: from troutmask.apl.washington.edu (localhost.apl.washington.edu [127.0.0.1]) by troutmask.apl.washington.edu (8.14.5/8.14.5) with ESMTP id p9KEXSrY095151; Thu, 20 Oct 2011 07:33:28 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.14.5/8.14.5/Submit) id p9KEXSk7095150; Thu, 20 Oct 2011 07:33:28 -0700 (PDT) (envelope-from sgk) Date: Thu, 20 Oct 2011 07:33:28 -0700 From: Steve Kargl To: David Wolfskill , current@freebsd.org Message-ID: <20111020143328.GA95131@troutmask.apl.washington.edu> References: <20111020114844.GK59810@albert.catwhisker.org> <20111020122121.GL59810@albert.catwhisker.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20111020122121.GL59810@albert.catwhisker.org> User-Agent: Mutt/1.4.2.3i 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: Thu, 20 Oct 2011 14:33:46 -0000 On Thu, Oct 20, 2011 at 05:21:21AM -0700, David Wolfskill wrote: > 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). So "svnversion" is never invoked. > > > > So I've just hacked my copy to parallel the "git" stanza & look for > > ${SYSDIR}/../.svn, Not 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 root@freebeast.catwhisker.org:/usr/obj/usr/src/sys/GENERIC i386 > > FreeBSD freebeast.catwhisker.org 10.0-CURRENT FreeBSD 10.0-CURRENT #626 r226563M: Thu Oct 20 05:04:03 PDT 2011 root@freebeast.catwhisker.org:/usr/obj/usr/src/sys/GENERIC i386 r226563M: What is M:? -- Steve