From owner-freebsd-doc@FreeBSD.ORG Tue Jul 22 09:36:20 2003 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ECC9537B401; Tue, 22 Jul 2003 09:36:20 -0700 (PDT) Received: from abigail.blackend.org (blackend.org [212.11.35.229]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4149F43F93; Tue, 22 Jul 2003 09:36:19 -0700 (PDT) (envelope-from marc@blackend.org) Received: from nosferatu.blackend.org (nosferatu.blackend.org [192.168.10.205]) by abigail.blackend.org (8.12.9/8.12.3) with ESMTP id h6MGaD67092026; Tue, 22 Jul 2003 18:36:13 +0200 (CEST) (envelope-from marc@abigail.blackend.org) Received: from nosferatu.blackend.org (localhost [127.0.0.1]) h6MGZrHQ001954; Tue, 22 Jul 2003 18:35:53 +0200 (CEST) (envelope-from marc@nosferatu.blackend.org) Received: (from marc@localhost) by nosferatu.blackend.org (8.12.9/8.12.9/Submit) id h6MGZr80001953; Tue, 22 Jul 2003 18:35:53 +0200 (CEST) (envelope-from marc) Date: Tue, 22 Jul 2003 18:35:53 +0200 From: Marc Fonvieille To: Ken Smith Message-ID: <20030722163553.GE566@nosferatu.blackend.org> References: <200307221130.h6MBUBww008980@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200307221130.h6MBUBww008980@freefall.freebsd.org> User-Agent: Mutt/1.4i X-Useless-Header: blackend.org X-Operating-System: FreeBSD 5.1-CURRENT cc: freebsd-doc@FreeBSD.org cc: FreeBSD-gnats-submit@FreeBSD.org Subject: Re: docs/54738: Remove references to branches/ section of FTP site X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jul 2003 16:36:21 -0000 On Tue, Jul 22, 2003 at 04:30:11AM -0700, Ken Smith wrote: > > > > You mean ftp://ftp.FreeBSD.org/pub/FreeBSD/branches, or > > ftp://ftp.FreeBSD.org/pub/FreeBSD/{FreeBSD-stable|FreeBSD-current} ? > > > > They're the same thing: > > ftp-master 4 % ls -ld FreeBSD-current FreeBSD-stable branches > lrwxrwxrwx 1 root wheel 17 Sep 6 2001 FreeBSD-current@ -> branches/-current > lrwxrwxrwx 1 root wheel 19 Sep 6 2001 FreeBSD-stable@ -> branches/4.0-stable > drwxrwxr-x 6 archive archive 512 Apr 24 2000 branches/ > ftp-master 5 % > > If that causes more messes I can help clean them up. We're hoping to do this > removal because the support for it among the mirror sites is already flakey. > Many of the mirror sites don't carry branches/ at all. One of the machines > that makes up ftp.freebsd.org only carries a few of the things that are in > the branches/-current. > But what about ftp://ftp.jp.FreeBSD.org/ ? They will also stop to provide direct access to -CURRENT/-STABLE source via FTP? Does it mean that CVSweb will be the only way to get some -CURRENT/-STABLE source files? Marc