From owner-freebsd-stable@FreeBSD.ORG Fri Jan 13 14:28:41 2012 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 71E83106566C for ; Fri, 13 Jan 2012 14:28:41 +0000 (UTC) (envelope-from tevans.uk@googlemail.com) Received: from mail-vx0-f182.google.com (mail-vx0-f182.google.com [209.85.220.182]) by mx1.freebsd.org (Postfix) with ESMTP id 2E39E8FC16 for ; Fri, 13 Jan 2012 14:28:40 +0000 (UTC) Received: by vcbfo14 with SMTP id fo14so668112vcb.13 for ; Fri, 13 Jan 2012 06:28:40 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=/mhqLyIoXxDU8+c4b5jABZOq4L9dkav0sTo24i4v7O4=; b=pzvIaFk5dq+ZZPwJq+A0BADLiH94J2uEqMcRh6wS/UGgsRhS2Rg/HKRDBKz52BkwZv 5LA1bpq/ZVTWGwBspd3/G/fBrV1wEWs5rLUMHAa3rTueAqYghFvUzQdcmlfzFvEMFSOj 3Yggd1aoTMFkp7v2ANMQ+twc5aysTUHwMXGEM= MIME-Version: 1.0 Received: by 10.52.240.226 with SMTP id wd2mr383402vdc.50.1326464920199; Fri, 13 Jan 2012 06:28:40 -0800 (PST) Received: by 10.52.109.106 with HTTP; Fri, 13 Jan 2012 06:28:40 -0800 (PST) In-Reply-To: References: Date: Fri, 13 Jan 2012 14:28:40 +0000 Message-ID: From: Tom Evans To: Julian Kennedy Content-Type: text/plain; charset=UTF-8 Cc: freebsd-stable@freebsd.org Subject: Re: SVN checkout X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jan 2012 14:28:41 -0000 On Fri, Jan 13, 2012 at 1:53 PM, Julian Kennedy wrote: > Hi All > > Im just joined the list. Im not sure if this is the right place to ask > svn questions. I want to checkout the freebsd code to play with it a > bit. What should I do and which part of the repo should I checkout? I > want the 9.0 code. > > Thx > Julian For release 9.0: http://svn.freebsd.org/base/release/9.0.0 You probably actually want what would be referred to as RELENG_9 in CVS: http://svn.freebsd.org/base/stable/9 They should be checked out as /usr/src/ Cheers Tom