From owner-freebsd-questions@FreeBSD.ORG Mon Sep 3 19:46:16 2012 Return-Path: Delivered-To: freebsd-questions@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D2DC1106564A; Mon, 3 Sep 2012 19:46:16 +0000 (UTC) (envelope-from levitch@iglou.com) Received: from rdsmtp.iglou.com (rdsmtp.iglou.com [192.107.41.63]) by mx1.freebsd.org (Postfix) with ESMTP id 8A80C8FC14; Mon, 3 Sep 2012 19:46:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=iglou.com; s=alpha; h=Content-Type:MIME-Version:References:Message-ID:In-Reply-To:Subject:cc:To:From:Date; bh=slbaftln56zcwGksDx+grK1lnuZOzj/hEqBQX9OJL8s=; b=OEEqYjdg1nr4mz4fHvaJZsQ5ailOVGiO6k+vfWCP2xpwdJHtSfpQkDVfSXJKgZYXbO3XKC4d0yEOobZ8J7QR1pi8H03QxyOBP4A9u/Zk8MfPu2x8G3TS2DB3OitrbAZuLo6uNhMht4mF8w+t3KQU+sdue76p/L/vgfRTOwKJMVk=; Received: from iglou2.iglou.com ([192.107.41.8]:37958 helo=mail.iglou.com) by rdsmtp.iglou.com with esmtpa (Exim MTA/8.19.3) (envelope-from ) id 1T8cb9-0004jM-DE by authid with igloumta_auth; Mon, 03 Sep 2012 15:46:15 -0400 Received: from shell1.iglou.com ([192.107.41.17]:64808 helo=shell1) by mail.iglou.com with esmtps (TLS cipher TLSv1:AES256-SHA:256) (Exim MTA/8.19.3) (envelope-from ) id 1T8cb9-0004vb-1t; Mon, 03 Sep 2012 15:46:15 -0400 Date: Mon, 3 Sep 2012 15:46:14 -0400 (EDT) From: Darrel X-X-Sender: levitch@shell1 To: Matthew Seaman In-Reply-To: <5044FDC2.5060809@FreeBSD.org> Message-ID: References: <44ehmj1354.fsf@lowell-desk.lan> <5044DC50.7020806@FreeBSD.org> <5044FDC2.5060809@FreeBSD.org> User-Agent: Alpine 2.00 (GSO 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Originating-IP: 192.107.41.17 X-IgLou-Customer: 3cb6f76205bd20f518810676a67a982b Cc: Lowell Gilbert , freebsd-questions@FreeBSD.org Subject: Re: [solved]: to move csup 90 to subversion 91rc X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Sep 2012 19:46:16 -0000 On Mon, 3 Sep 2012, Matthew Seaman wrote: > On 03/09/2012 19:00, Darrel wrote: >> Could I then run: >> >> svn co svn://svn.freebsd.org/ports/releng/[ 91 9.1] /usr/ports/ >> >> or | and >> >> svn co svn://svn.freebsd.org/ports/stable/9 /usr/ports/ ? >> > > Why don't you try it and see? All you'll get is an error message > essentially saying 'file not found.' > After reading so many of your intelligent posts, then I typically default to believing in your methods. To get svn:// to work then the fileserver, i.e., -fbsd9 and at the moment becoming -fbsd91 required service svn added outbound in pf.conf. The gateway is -obsd51 and needed the port number out in pf.conf, since svn is not included in /etc/services. :) > Simply put, there isn't a path ports/releng/9.1 or ports/stable/9 in > the FreeBSD SVN repository. Look here if you don't believe me: > > http://svnweb.freebsd.org/ > > Click on 'ports' and look at the subdirectories under there. > > The *only* bit of the SVN repository that follows the branching > structure you seem so enamoured of is base -- the system sources. > Get that clear in your head, and you will have a much better time of it. The releases seem neat to me because fbsd reports to have security officers tracking the specified version. I am not necessarily enamoured with it. I have followed -stable and -current before. I can use portsnap as before, or experiment. I might try: svn co svn://svn.freebsd.org/ports /usr/ports I probably know everything for my purposes at this point. As the fileserver is building, some of the points seem obvious now. Thanks to you and Lowell. Darrel