Are you using Eclipse to commit? I have noticed this behaviour with Eclipse when committing to CVS (not sure about SVN).

If I commit a resource with $Id$ using tortoiseSVN for first ever commit, the $Id$ gets interpolated correctly for all subsequent commits (even from within Eclipse)...

Rahul


----- Original Message ----- From: "Brett Porter" <[EMAIL PROTECTED]>
To: "Maven Developers List" <dev@maven.apache.org>
Sent: Saturday, March 11, 2006 1:21 PM
Subject: Re: svn commit: r384810 - /maven/pom/asf/pom.xml


SVN is meant to fill it in, and I had svn:keywords set correctly, but it
wasn't working. I think it would leave the $$ on there anyway so I
Realised it wasn't what I wanted.

- Brett

dan tran wrote:
Hi Brett,

What is $Revision$ ?

-D


On 3/10/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
Author: brett
Date: Fri Mar 10 07:17:04 2006
New Revision: 384810

URL: http://svn.apache.org/viewcvs?rev=384810&view=rev
Log:
try using keyword

Modified:
   maven/pom/asf/pom.xml

Modified: maven/pom/asf/pom.xml
URL:
http://svn.apache.org/viewcvs/maven/pom/asf/pom.xml?rev=384810&r1=384809&r2=384810&view=diff

==============================================================================
--- maven/pom/asf/pom.xml (original)
+++ maven/pom/asf/pom.xml Fri Mar 10 07:17:04 2006
@@ -24,7 +24,7 @@
       define the settings common to all projects at Apache -->
  <groupId>org.apache</groupId>
  <artifactId>apache</artifactId>
-  <version>1</version>
+  <version>$Revision$</version>
  <packaging>pom</packaging>
  <name>The Apache Software Foundation</name>
  <description>





---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to