From owner-freebsd-questions@FreeBSD.ORG Thu Aug 8 16:10:24 2013 Return-Path: Delivered-To: freebsd-questions@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 475A96DF for ; Thu, 8 Aug 2013 16:10:24 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from plane.gmane.org (plane.gmane.org [80.91.229.3]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 07DBC2040 for ; Thu, 8 Aug 2013 16:10:23 +0000 (UTC) Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1V7Sn1-0008Pl-U3 for freebsd-questions@freebsd.org; Thu, 08 Aug 2013 18:10:15 +0200 Received: from cpc3-walt15-2-0-cust148.13-2.cable.virginmedia.com ([86.21.186.149]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 08 Aug 2013 18:10:15 +0200 Received: from walterhurry by cpc3-walt15-2-0-cust148.13-2.cable.virginmedia.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 08 Aug 2013 18:10:15 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Walter Hurry Subject: Re: /usr/src for 9.2 beta? Date: Thu, 8 Aug 2013 16:09:50 +0000 (UTC) Lines: 29 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: cpc3-walt15-2-0-cust148.13-2.cable.virginmedia.com User-Agent: Pan/0.139 (Sexual Chocolate; GIT bf56508 git://git.gnome.org/pan2) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Aug 2013 16:10:24 -0000 On Fri, Jul 26, 2013 at 05:58:18PM -0400, kpn wrote: > On Fri, Jul 26, 2013 at 05:56:09PM -0400, kpneal@pobox.com wrote: > > On Fri, Jul 26, 2013 at 07:30:17PM +0000, Walter Hurry wrote: > > > I'd like to try out 9.2-BETA1 on a test box. > > > > > > >From where do I check out the sources please (using svn)? > > > > I believe you want: > > svn co svn://svn.freebsd.org/base/stable/9 > > > > After 9.2 is released you'll be able to use: > > svn co svn://svn.freebsd.org/base/releng/9.2 > > > > But if I'm not mistaken until then you'll want "stable/9". > > I should have also mentioned that you can get already compiled images from: > ftp://ftp.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/9.2/ BTW, I just saw that 9.2 has a new branch in svn. So if you want to track 9.2 you'll need: svn co svn://svn.freebsd.org/base/releng/9.2 Meaning, my Jul 26th email is now out of date. If you want the 9.x stuff that will probably not be in the 9.2 release then you can continue to track "stable/9". Thanks again. I'm trying releng/9.2 as we speak.