Return-Path: Delivered-To: apmail-cocoon-dev-archive@www.apache.org Received: (qmail 74585 invoked from network); 1 Feb 2005 20:10:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 1 Feb 2005 20:10:45 -0000 Received: (qmail 29231 invoked by uid 500); 1 Feb 2005 20:10:39 -0000 Delivered-To: apmail-cocoon-dev-archive@cocoon.apache.org Received: (qmail 29126 invoked by uid 500); 1 Feb 2005 20:10:38 -0000 Mailing-List: contact dev-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: dev@cocoon.apache.org Delivered-To: mailing list dev@cocoon.apache.org Received: (qmail 29053 invoked by uid 99); 1 Feb 2005 20:10:38 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from keow.org (HELO keow.org) (69.41.247.100) by apache.org (qpsmtpd/0.28) with SMTP; Tue, 01 Feb 2005 12:10:36 -0800 Received: (qmail 24013 invoked by uid 1000); 1 Feb 2005 20:10:34 -0000 Date: Tue, 1 Feb 2005 20:10:34 +0000 From: Tim Larson To: dev@cocoon.apache.org Subject: Version $Id$ style for xml files (Was: SVN behaviour with "Id" keyword) Message-ID: <20050201201034.GB25820@localhost> References: <41FCB52A.8000002@apache.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <41FCB52A.8000002@apache.org> User-Agent: Mutt/1.5.6+20040907i X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N On Sun, Jan 30, 2005 at 11:21:30AM +0100, Sylvain Wallez wrote: > Hi all, > > I found today some interesting things regarding how SVN handles keyword > expansion. As part of my effort to keep whiteboard/forms mergeable, I am fixing a bunch of Id's and ran across a minor issue. How do we want to mark the version in xml files? There is quite a variety+possibilities: CVS $Id$ SVN $Id$ Version $Id$ version $Id$ @version $Id$ etc... Could we pick a style, and then I will make the files I happen to touch match it? --Tim Larson