Return-Path: Delivered-To: apmail-forrest-dev-archive@www.apache.org Received: (qmail 69774 invoked from network); 26 Mar 2007 21:19:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 26 Mar 2007 21:19:06 -0000 Received: (qmail 34793 invoked by uid 500); 26 Mar 2007 21:19:13 -0000 Delivered-To: apmail-forrest-dev-archive@forrest.apache.org Received: (qmail 34747 invoked by uid 500); 26 Mar 2007 21:19:13 -0000 Mailing-List: contact dev-help@forrest.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@forrest.apache.org List-Id: Delivered-To: mailing list dev@forrest.apache.org Received: (qmail 34736 invoked by uid 99); 26 Mar 2007 21:19:13 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Mar 2007 14:19:13 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (herse.apache.org: local policy) Received: from [129.67.1.161] (HELO relay0.mail.ox.ac.uk) (129.67.1.161) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Mar 2007 14:19:04 -0700 Received: from smtp0.mail.ox.ac.uk ([129.67.1.205]) by relay0.mail.ox.ac.uk with esmtp (Exim 4.62) (envelope-from ) id 1HVwaP-0008RL-2l for dev@forrest.apache.org; Mon, 26 Mar 2007 22:18:41 +0100 Received: from host86-146-230-136.range86-146.btcentralplus.com ([86.146.230.136] helo=[192.168.1.67]) by smtp0.mail.ox.ac.uk with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1HVwaP-0003K0-23 for dev@forrest.apache.org; Mon, 26 Mar 2007 22:18:41 +0100 Message-ID: <460838B0.6090405@apache.org> Date: Mon, 26 Mar 2007 22:18:40 +0100 From: Ross Gardler Organization: OSS Watch User-Agent: Thunderbird 1.5.0.10 (Windows/20070221) MIME-Version: 1.0 To: dev@forrest.apache.org Subject: Re: Constant Revision No in sitemap.xmap References: <4608209A.7060307@apache.org> In-Reply-To: <4608209A.7060307@apache.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Oxford-Username: oucs0040 X-Virus-Checked: Checked by ClamAV on apache.org Ferdinand Soethe wrote: > I have started working on FOR-922 adjusting sitemap-references to the > changes in the sitemap. > What I'm confused about is that the cited (old) sitemap as well as the > current one display the same revision number in the head of the file > >> $Revision: 1.12 $ > > How can that be after all these changes? Or is that number a left-over > from pre subversion times? We don't use SVN keywords for managing the revision number. SVN does a much better job of it. I guess this is a throw back to when we used SVN. > Btw: > That method of converting the sitemap to an html-file in hindsight seems > really a bit waste of time. > So instead I'm planning on putting commented markers into the sitemap > and refer to those in the document. Sounds good. Ross