From owner-freebsd-stable@FreeBSD.ORG Sat Jan 14 09:57:05 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 D5AFE106564A for ; Sat, 14 Jan 2012 09:57:05 +0000 (UTC) (envelope-from juliankenn@gmail.com) Received: from mail-tul01m020-f182.google.com (mail-tul01m020-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id 9C8CC8FC0C for ; Sat, 14 Jan 2012 09:57:05 +0000 (UTC) Received: by obbta17 with SMTP id ta17so4717826obb.13 for ; Sat, 14 Jan 2012 01:57:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=kAaWu8gQdyp/86Wo0L0poR02UO/Txs2hsvLrfHVLLxg=; b=GUHH4sUsET4INzgK3TYBzlX0guzQBP5gxlmCAL85PchgvN2d8fNoSalczXFwDtL3+I 1HKz5U48waUUIwWLR32AoLXe96UXzzJmZx5UHRle0ROo+7zDx8XNTN1h/QxCl9G8FLqA WrhCWZD1CbS/faiA6ughzwv6Z+QpsUN1+yelQ= MIME-Version: 1.0 Received: by 10.182.47.100 with SMTP id c4mr3767755obn.54.1326535024996; Sat, 14 Jan 2012 01:57:04 -0800 (PST) Received: by 10.60.42.225 with HTTP; Sat, 14 Jan 2012 01:57:04 -0800 (PST) In-Reply-To: References: <4F10A4B8.4060403@gmail.com> <201201131655.01624.jhb@freebsd.org> <86D4E534-41F3-47C1-B836-08CE93CEDC9D@gmail.com> Date: Sat, 14 Jan 2012 11:57:04 +0200 Message-ID: From: Julian Kennedy To: Andreas Nilsson Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: Garrett Cooper , freebsd-stable@freebsd.org, John Baldwin 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: Sat, 14 Jan 2012 09:57:05 -0000 Thx guys for all the info :-) On 14 January 2012 00:19, Andreas Nilsson wrote: > On Fri, Jan 13, 2012 at 11:00 PM, Garrett Cooper wro= te: > >> On Jan 13, 2012, at 1:55 PM, John Baldwin wrote: >> >> > On Friday, January 13, 2012 4:40:08 pm Andreas Nilsson wrote: >> >> On 01/13/2012 09:51 PM, Garrett Cooper wrote: >> >>> On Jan 13, 2012, at 5:53 AM, 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. >> >>> >> >>> $ cd /usr/src >> >>> $ svn co http://svn.freebsd.org/base/release/9.0.0 . >> >> Can I just ask a for a clarification then: would .../release/8.2.5 ge= t >> >> me what after buildworld+buildkernel results in 8.2-RELEASE-p5? >> >> >> >> I ask because I have some interest in having a tree from which i easi= ly >> >> can check out a given patch-version. >> > >> > I don't think we tag the patches, I think they are just committed to >> > releng/8.2 directly. =A0However, you could look at the logs for a give= n >> > branch (e.g. svn log --stop-on-copy releng/8.2) and figure out the svn >> > revision that would correspond to 8.2-p5. >> > > Thanks. > >> >> =A0 =A0 =A0 =A0 That would be my recommendation too. Things aren't alway= s >> consistent between CVS and SVN because they're two separate systems, but= it >> should be more consistent with 9.0.0+ (or at least it appeared to have b= een >> that way because now releng is using SVN primarily for release from what= I >> saw and not CVS, which was the way things were in the past). >> Thanks, >> -Garrett > > Thanks. > > I had some inkling of this :) Shame on my for not keeping checkouts in a > more consistent way. > > /Andreas > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org"