From owner-freebsd-current@FreeBSD.ORG Fri Oct 21 06:30:21 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 EF7F31065675 for ; Fri, 21 Oct 2011 06:30:21 +0000 (UTC) (envelope-from sergey.dyatko@gmail.com) Received: from mail-bw0-f54.google.com (mail-bw0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id 7EF568FC18 for ; Fri, 21 Oct 2011 06:30:21 +0000 (UTC) Received: by bkbzu17 with SMTP id zu17so5746342bkb.13 for ; Thu, 20 Oct 2011 23:30:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=date:from:to:subject:message-id:in-reply-to:references:x-mailer :mime-version:content-type:content-transfer-encoding; bh=bbiC1xP+XmjeIh6LwY3owqafEdQ9OrQk8XOF/iDpIq4=; b=u/BGWe4qDgqKX5XilLlDG+6z6XdIWLBCQrKGUi37Mf00zradrWXI5kE099iZ5Ci/3r HiGn3/lrsfqZQhZl9dPxQrIMJIAHyfTZ66idkAmDxFXz5+UQVfoVoceAaUCGyMusrdyy OAK1R0P4AQsMTbnVwyp3DEo2ORsPmFqCK9Qy0= Received: by 10.223.77.69 with SMTP id f5mr22888323fak.3.1319176850964; Thu, 20 Oct 2011 23:00:50 -0700 (PDT) Received: from laptop (m-s.agava.net. [195.222.84.203]) by mx.google.com with ESMTPS id o16sm20184299fag.21.2011.10.20.23.00.47 (version=SSLv3 cipher=OTHER); Thu, 20 Oct 2011 23:00:49 -0700 (PDT) Date: Fri, 21 Oct 2011 09:02:04 +0300 From: "Sergey V. Dyatko" To: current@freebsd.org Message-ID: <20111021090204.3c40b033@laptop> In-Reply-To: <20111020143328.GA95131@troutmask.apl.washington.edu> References: <20111020114844.GK59810@albert.catwhisker.org> <20111020122121.GL59810@albert.catwhisker.org> <20111020143328.GA95131@troutmask.apl.washington.edu> X-Mailer: Claws Mail 3.7.10 (GTK+ 2.24.6; amd64-portbld-freebsd9.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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:30:22 -0000 On Thu, 20 Oct 2011 07:33:28 -0700 Steve Kargl wrote: > 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:? > svn help status -- wbr, tiger