From owner-freebsd-current@FreeBSD.ORG Mon Aug 5 00:50:29 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 6113CAC7; Mon, 5 Aug 2013 00:50:29 +0000 (UTC) (envelope-from sgk@troutmask.apl.washington.edu) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 271332077; Mon, 5 Aug 2013 00:50:29 +0000 (UTC) Received: from troutmask.apl.washington.edu (localhost.apl.washington.edu [127.0.0.1]) by troutmask.apl.washington.edu (8.14.6/8.14.6) with ESMTP id r750oSf9006436; Sun, 4 Aug 2013 17:50:28 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.14.6/8.14.6/Submit) id r750oSRk006435; Sun, 4 Aug 2013 17:50:28 -0700 (PDT) (envelope-from sgk) Date: Sun, 4 Aug 2013 17:50:28 -0700 From: Steve Kargl To: Glen Barber Subject: Re: svn error during 'make buildkernel'? Message-ID: <20130805005028.GB6355@troutmask.apl.washington.edu> 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> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20130804232800.GJ2352@glenbarber.us> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: freebsd-current@freebsd.org 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 00:50:29 -0000 On Sun, Aug 04, 2013 at 07:28:00PM -0400, Glen Barber wrote: > On Sun, Aug 04, 2013 at 04:23:58PM -0700, Steve Kargl wrote: > > Here's a perfect example why chasing the bleeding edge ports > > is a stupid idea. After upgrading devel/subversion as you > > suggested, I see > > > > They are not "bleeding edge ports", they are updates to ported software. > > > cd /usr/ports > > % svn upgrade > > % svn update > > Updating '.': > > svn: E170000: Unrecognized URL scheme for 'http://svn.freebsd.org/ports/head' > > Did you enable the SERF option? > > If not, then clearly adding an UPDATING entry is pointless anyway, since > you did not read the ports/UPDATING entry 20130619. > Given that you failed to add info to src/UPDATING about the need for subversion 1.8.0 (or newer) if svnlite is also installed, why would you expect one to think that a change to devel/subversion would be documented in ports/UPDATING. Please fix your commit. See my first email in this thread for the problem. If you are disinclined to fix your commit, then consider this an official request to back out revision 252505. -- Steve