From owner-freebsd-current@FreeBSD.ORG Mon Aug 5 11:02:43 2013 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 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id BEC84C61 for ; Mon, 5 Aug 2013 11:02:43 +0000 (UTC) (envelope-from sergey.dyatko@gmail.com) Received: from mail-ee0-x22d.google.com (mail-ee0-x22d.google.com [IPv6:2a00:1450:4013:c00::22d]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4EE5F24F6 for ; Mon, 5 Aug 2013 11:02:43 +0000 (UTC) Received: by mail-ee0-f45.google.com with SMTP id c50so1543361eek.32 for ; Mon, 05 Aug 2013 04:02:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:subject:message-id:in-reply-to:references:x-mailer :mime-version:content-type:content-transfer-encoding; bh=DQjee1OYtbTGk5mnOq3ecgxpoDJfG0K2R8JKCnNNSJQ=; b=Yx8kMjfpJunIaEaPibZ/1YoOacdJLw0yVZ/i7nJhaNq9LQg+3Ira6xGdzHXRcZxO8z J94f9rqQRF9Alf1B8W9UuQ3a0pit8Ycp94lOXPp978wOn+Qi67DDzB3/n+6jNl83bxiq 2ukEt3cfzh/9JwTk5yEec+nc7je/xhwSlcWS/SasWLjjlPyafaOPXApNVI4RrtSHHgAg KvmvBTNeMekkHQOPla3Hq0PTE9mhQU+Yb2cl78D4tgFRbfaay6qZJ1akHcbypTSF52LG iMaFTKORw+itlsZbKF7cR1pQhg33OrMu+HgsCZLymM/UV5l0MuVTHHp7LDixj3df5177 x3KQ== X-Received: by 10.15.52.5 with SMTP id o5mr16680629eew.58.1375700561660; Mon, 05 Aug 2013 04:02:41 -0700 (PDT) Received: from laptop.minsk.domain (m-s.agava.net. [195.222.84.203]) by mx.google.com with ESMTPSA id bb14sm32460513eeb.17.2013.08.05.04.02.40 for (version=SSLv3 cipher=RC4-SHA bits=128/128); Mon, 05 Aug 2013 04:02:41 -0700 (PDT) Date: Mon, 5 Aug 2013 14:02:39 +0300 From: "Sergey V. Dyatko" To: freebsd-current@freebsd.org Subject: Re: svn error during 'make buildkernel'? Message-ID: <20130805140239.78658eb8@laptop.minsk.domain> In-Reply-To: References: <20130803210348.GA715@troutmask.apl.washington.edu> <20130803210858.GJ78299@glenbarber.us> <20130803213023.GA812@troutmask.apl.washington.edu> <20130803214313.GL78299@glenbarber.us> <20130804232358.GA6068@troutmask.apl.washington.edu> <20130804232800.GJ2352@glenbarber.us> <20130805005028.GB6355@troutmask.apl.washington.edu> <20130805005704.GM2352@glenbarber.us> <20130805120832.277c4761@laptop.minsk.domain> X-Mailer: Claws Mail 3.9.2 (GTK+ 2.24.19; amd64-portbld-freebsd10.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 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: Mon, 05 Aug 2013 11:02:43 -0000 On Mon, 5 Aug 2013 13:36:29 +0300 Kimmo Paasiala wrote: > On Mon, Aug 5, 2013 at 12:08 PM, Sergey V. Dyatko > wrote: > > On Sun, 4 Aug 2013 20:57:04 -0400 > > Glen Barber wrote: > > > >> On Sun, Aug 04, 2013 at 05:50:28PM -0700, Steve Kargl wrote: > >> > If you are disinclined to fix your commit, then consider this > >> > an official request to back out revision 252505. > >> > > >> > >> You are the first and only one to complain after this change was in > >> effect for 2 months. > >> > > > > that is not true. _same_ ML: > > Jul,14 > > 'lost my r2xxxxx subversion id in uname & > > kern.version' > > > > > > Your problem is that don't really the UPDATING instructions. There are > clear instructions on how you can stay with the 1.7 version of I'm using fresh version of devel/subversion (1.8) and I forced to do svn upgrade for all my old checkouts. Now we are talking about another things > subversion. Nothing forces you to update to 1.8., that has been > already established in this discussion. > wrong. newvers.sh use 1.8.x client from base. Yes, that is NOT fatal error, sure. Revision will not be listed in the `uname -a` output, that is not right! Steve have subversion 1.7 installed AND 1.7 checkout. `svnversion /usr/src/` output is correct for him, but NOT `svnliteversion /usr/src/` ;-) > -Kimmo -- wbr, tiger