From owner-freebsd-hackers@FreeBSD.ORG Thu Dec 27 10:30:08 2012 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 20311B42 for ; Thu, 27 Dec 2012 10:30:08 +0000 (UTC) (envelope-from utisoft@gmail.com) Received: from mail-ie0-f181.google.com (mail-ie0-f181.google.com [209.85.223.181]) by mx1.freebsd.org (Postfix) with ESMTP id D284C8FC0A for ; Thu, 27 Dec 2012 10:30:07 +0000 (UTC) Received: by mail-ie0-f181.google.com with SMTP id 16so11438931iea.12 for ; Thu, 27 Dec 2012 02:30:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=/2YZjyGqHX+dP5mZUwYHQSjY1YxACwvGFTFnYyL4CSY=; b=bqiwcEl636Rqd1DvvWf23mCe542kcy03sCKxX3c9op7G98MBVqqZPf8txtP5BDwPzn SlQjnOvsk17jyMiukkvuRzw9+4Aim67GgsNyA+KP1DC4Y+nhzHTQiwk5RYyzVetpgZu8 HWZAoos4V3nkksMYQMuEo9FjyJKV7cM9aY/MLb71ore47r/acf02yxultcbAThHBR+bw IDPSFNl1KxTWKssMjTg7dhskqqH/WC50w/4kv96nnKtIn+UV9YpXto9NDV+wM1MGzrLo 24NHGQsann7lVBifNOoYCdyoW6+c67xSonZs9mtYSfvvY242hPrSU4RsMMBsWp2sAFAT e4BQ== MIME-Version: 1.0 Received: by 10.50.178.10 with SMTP id cu10mr22096536igc.75.1356604201730; Thu, 27 Dec 2012 02:30:01 -0800 (PST) Received: by 10.64.65.132 with HTTP; Thu, 27 Dec 2012 02:30:01 -0800 (PST) Received: by 10.64.65.132 with HTTP; Thu, 27 Dec 2012 02:30:01 -0800 (PST) In-Reply-To: References: Date: Thu, 27 Dec 2012 10:30:01 +0000 Message-ID: Subject: Re: cvs deprecated From: Chris Rees To: Garrett Cooper Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: freebsd-hackers@freebsd.org, Wojciech Puchar X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Dec 2012 10:30:08 -0000 On 27 Dec 2012 09:47, "Garrett Cooper" wrote: > > On Thu, Dec 27, 2012 at 1:18 AM, Wojciech Puchar > wrote: > > but i can't find "moron guide" for using svn to update tree. > > > > I never used cvs or svn myself just want to > > > > 1) get latest FreeBSD 9-* sources > > 2) get latest HEAD sources. > > 1. Checkout the sources: > > cd /usr/src # Change to something else if you don't want to checkout > to /usr/src. > svn co http://svn.freebsd.org/base/stable/9 . # stable/9 > svn co http://svn.freebsd.org/base/head . # CURRENT I recall a cluster administrator advising use of svn protocol rather than http. Something to do with overheads. Chris