From owner-cvs-all@FreeBSD.ORG Wed Apr 11 18:19:07 2007 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 13B9016A402; Wed, 11 Apr 2007 18:19:07 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from server.t-hosting.hu (server.t-hosting.hu [217.20.133.7]) by mx1.freebsd.org (Postfix) with ESMTP id 9490213C459; Wed, 11 Apr 2007 18:19:06 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from localhost (localhost [127.0.0.1]) by server.t-hosting.hu (Postfix) with ESMTP id 789CF9F2BAB; Wed, 11 Apr 2007 20:19:04 +0200 (CEST) X-Virus-Scanned: amavisd-new at t-hosting.hu Received: from server.t-hosting.hu ([127.0.0.1]) by localhost (server.t-hosting.hu [127.0.0.1]) (amavisd-new, port 10024) with LMTP id d-EdZL3uTrLa; Wed, 11 Apr 2007 20:18:57 +0200 (CEST) Received: from [192.168.2.186] (catv-5063f539.catv.broadband.hu [80.99.245.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by server.t-hosting.hu (Postfix) with ESMTP id 782B59F2BA3; Wed, 11 Apr 2007 20:18:57 +0200 (CEST) Message-ID: <461D2685.7010604@FreeBSD.org> Date: Wed, 11 Apr 2007 20:18:45 +0200 From: Gabor Kovesdan User-Agent: Thunderbird 1.5.0.10 (Windows/20070221) MIME-Version: 1.0 To: "Simon L. Nielsen" References: <200704110613.l3B6DVhm067294@repoman.freebsd.org> <200704111426.19767.max@love2party.net> <20070411152317.GB72247@valentine.liquidneon.com> <20070411181232.GB1027@zaphod.nitro.dk> In-Reply-To: <20070411181232.GB1027@zaphod.nitro.dk> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Max Laier , cvs-all@freebsd.org, doc-committers@freebsd.org, cvs-doc@freebsd.org, Brad Davis Subject: Re: cvs commit: www/share/sgml news.xml www/en/news/status Makefile README report-2006-10-2005-12.xml report-2007-jan-2007-mar.xml report-apr-2006-jun-2006.xml report-august-2001.xml report-dec-2001-jan-2002.xml report-feb-2002-apr-2002.xml report-jan-2003-feb-2003.xml report-jan-2004-feb-2004.xml ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Apr 2007 18:19:07 -0000 Simon L. Nielsen schrieb: > On 2007.04.11 09:23:17 -0600, Brad Davis wrote: > >> On Wed, Apr 11, 2007 at 02:26:08PM +0200, Max Laier wrote: >> >>> On Wednesday 11 April 2007 08:13, Brad Davis wrote: >>> >>>> brd 2007-04-11 06:13:31 UTC >>>> Log: >>>> Clean up the status reports so that the format makes sense. >>>> >>> Didn't this just kill all external links to the status reports? Not sure >>> how relevant links to old reports are, but still. >>> >> Yeah. Brueffer pointed that out and so Simon created a symlink for the >> old name. >> > > Just for the complete picture - I actually didn't do anything, I just > told brd to create some via the Makefile if he wanted to preserve > links :-). > > The reason the old links still work is that the old files are not > automatically deleted from the web site. > > Yes, I also think making symlinks via the Makefile would be better. It's not enough to just create them on www.FreeBSD.org by hand, the mirrors might be still broken. Gabor