From owner-freebsd-stable@FreeBSD.ORG Fri Jan 13 22:19:21 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 B16411065780 for ; Fri, 13 Jan 2012 22:19:20 +0000 (UTC) (envelope-from andrnils@gmail.com) Received: from mail-bk0-f54.google.com (mail-bk0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id 397418FC16 for ; Fri, 13 Jan 2012 22:19:19 +0000 (UTC) Received: by bkbzs2 with SMTP id zs2so3885773bkb.13 for ; Fri, 13 Jan 2012 14:19:18 -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; bh=+J55iPsQSxOtrb5NpvxxKKH+UjXaDZlvwXLpd9Uu7I4=; b=i3CK8En8sDEGhr342hvxLa/oQTp2zwC38jGRZANZFAbXt1UlzltzIpmwXdFZA2Aj23 apfK0lGUJttVBaPjN8T913J62xaac6qFUyalmVevN12F9RM2fUkB5IzOESvv76jPuymJ KCxxtljm7vkg5bq1PtHijks6USRP7CteVQKr0= MIME-Version: 1.0 Received: by 10.205.129.137 with SMTP id hi9mr1181235bkc.90.1326493158285; Fri, 13 Jan 2012 14:19:18 -0800 (PST) Received: by 10.204.40.74 with HTTP; Fri, 13 Jan 2012 14:19:18 -0800 (PST) In-Reply-To: <86D4E534-41F3-47C1-B836-08CE93CEDC9D@gmail.com> References: <4F10A4B8.4060403@gmail.com> <201201131655.01624.jhb@freebsd.org> <86D4E534-41F3-47C1-B836-08CE93CEDC9D@gmail.com> Date: Fri, 13 Jan 2012 23:19:18 +0100 Message-ID: From: Andreas Nilsson To: Garrett Cooper Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: 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: Fri, 13 Jan 2012 22:19:21 -0000 On Fri, Jan 13, 2012 at 11:00 PM, Garrett Cooper wrote: > 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 get > >> 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 easily > >> 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. However, you could look at the logs for a given > > 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. > > That would be my recommendation too. Things aren't always > 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 been > 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