From owner-freebsd-questions@FreeBSD.ORG Wed Jun 18 06:19:55 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 700DC54D for ; Wed, 18 Jun 2014 06:19:55 +0000 (UTC) Received: from mail-vc0-x22b.google.com (mail-vc0-x22b.google.com [IPv6:2607:f8b0:400c:c03::22b]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 303D32A8F for ; Wed, 18 Jun 2014 06:19:55 +0000 (UTC) Received: by mail-vc0-f171.google.com with SMTP id id10so345204vcb.16 for ; Tue, 17 Jun 2014 23:19:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:content-type; bh=pPp4PYvRtq1eI1JlnW/BYIpzpJrzG6CImGgRfU6Yqa4=; b=vCnxjeEihxjE0Nm/eKh/HkbwzuT8PrjrmneY+i/rKf3Bej1O3Wz/XvID9juyNvlwZb S5mp05V3gaJ+e9cj3rY/D5svFPnUZubuojmm9d05TFtcoITyfdVlJxHeyUwD1Oyk5pLM 3PvYgf0eh/4suZCAvD205blBc1pAc0RIiIBhoFFxAP5cWIRLCRwOrjRL//5UlWr30t4n kOXquvooZ+mWnnB2EtZnRe78IcyvMXyIAH8cweAsVIboQm9e6+p3aSOzsT+JGokjfznd PjcVDuEnm/KwZuPfPZJTAVbO1PVmlEtzKkI6RVf+6kCHebeC6/qcc84y6S9SIEpncXhM DC/Q== MIME-Version: 1.0 X-Received: by 10.52.25.130 with SMTP id c2mr12858651vdg.27.1403072394251; Tue, 17 Jun 2014 23:19:54 -0700 (PDT) Sender: christopher.maness@gmail.com Received: by 10.58.191.35 with HTTP; Tue, 17 Jun 2014 23:19:54 -0700 (PDT) In-Reply-To: References: Date: Tue, 17 Jun 2014 23:19:54 -0700 X-Google-Sender-Auth: alMQwM6YXGQUN_PK-UfLpE-wekw Message-ID: Subject: Re: Updating my /usr/src tree with SVN? From: Chris Maness To: "freebsd-questions@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Jun 2014 06:19:55 -0000 On Tue, Jun 17, 2014 at 11:03 PM, Chris Maness wrote: > I am trying to update to 9.0, and ran into the surprise that CVS is > not supported for that version. > > This site only seems to give a description of updating ports with SVN, > and only hints at checkout/update the src tree. > > http://www.freebsd.org/doc/handbook/svn.html#svn-mirrors > > Could post the current command to update the source three? I much > prefer using mergemaster than vi to merge my files. The binary update > seems to force me to merge files by hand. > > Thanks, > Chris I sort of figured it out in the fine print, but there doesn't seem to be any subversion there just /base/stable/9 not 9.0 Chris