From owner-freebsd-questions@FreeBSD.ORG Fri Sep 28 18:38:52 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B3C251065670 for ; Fri, 28 Sep 2012 18:38:52 +0000 (UTC) (envelope-from david.i.noel@gmail.com) Received: from mail-ie0-f182.google.com (mail-ie0-f182.google.com [209.85.223.182]) by mx1.freebsd.org (Postfix) with ESMTP id 743348FC14 for ; Fri, 28 Sep 2012 18:38:52 +0000 (UTC) Received: by ieak10 with SMTP id k10so3694315iea.13 for ; Fri, 28 Sep 2012 11:38:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:reply-to:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=gJ9Iw/Gy+olzfLsW3to26iIf6ZhH8wzi15B8umBnHBg=; b=CVHYY4qufha9PmO0V1g7Cdvd083W+cFcDQTrTyHKAUbM9KSX8OSUV+UOOItmkoFBdQ BS0xAYA0mt6XZTTi+KT3QulfJMdLXSxohRSYjNRs3bLCKkWuUL/gUQC/8KjUk/ocwAiY 3b3L1rYr0XZUuCSSAyh2sB48DzGzAkUJqxbnygrKKPJk8LwpYLQFcjb5Mv7l7UIgYsSb 7BcYTfJvF3wWQSAkHVSTf9IANNiIZrXKW+7IGLeHEEI2RDGv4vXhsFMVNMpt1iU4TC2c O9MRJRKP1oFM5VBCcQPDA8hUNTbdEf+smVnTBy9OkskdH91aaCbX6lenMZN+D+tHXLCr c3IQ== MIME-Version: 1.0 Received: by 10.50.202.8 with SMTP id ke8mr2538584igc.6.1348857531584; Fri, 28 Sep 2012 11:38:51 -0700 (PDT) Received: by 10.64.25.130 with HTTP; Fri, 28 Sep 2012 11:38:51 -0700 (PDT) In-Reply-To: References: <20120928102822.GD2389@kontrol.kode5.net> <20120928115700.GE2389@kontrol.kode5.net> Date: Fri, 28 Sep 2012 13:38:51 -0500 Message-ID: From: David Noel To: Ed Flecko Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-questions@freebsd.org Subject: Re: svn checkout "head" or "stable" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: David.I.Noel@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Sep 2012 18:38:52 -0000 On 9/28/12, Ed Flecko wrote: > Excellent! Thank you all. > > :-) > > So, for ME...does this look right? This will track the latest release > that has the patches applied? > > > svn co svn://svn.freebsd.org/base/releng/9.1 /usr/src > > svn co svn://svn.freebsd.org/ports/releng/9.1 /usr/ports > > svn co svn://svn.freebsd.org/doc/release/9.1.0/en_US.ISO8859-1 /usr/doc > > (I too, only need English docs) > > > > Ed > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" > For something as fundamental as source and ports tree updates I'd suggest taking advantage of the available SSH2-wrapper for subversion and securing your line of communication with the repository: svn co svn+ssh://svn.freebsd.org/base/releng/9.1 /usr/src etc.. -David