You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by dan tran <da...@gmail.com> on 2006/03/10 18:39:19 UTC

Re: svn commit: r384810 - /maven/pom/asf/pom.xml

Hi Brett,

What is $Revision$ ?

-D


On 3/10/06, brett@apache.org <br...@apache.org> 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>
>
>
>

Re: svn commit: r384810 - /maven/pom/asf/pom.xml

Posted by Brett Porter <br...@apache.org>.
No, I'm using the cli. That would be a result of the svn:keywords being
set correctly under tortoise and not eclipse, I'd guess.

Anyway, no big concern, it wasn't what I wanted anyway.

- Brett

Rinku wrote:
> 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" <br...@apache.org>
> To: "Maven Developers List" <de...@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, brett@apache.org <br...@apache.org> 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: dev-unsubscribe@maven.apache.org
>> For additional commands, e-mail: dev-help@maven.apache.org
>>
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: svn commit: r384810 - /maven/pom/asf/pom.xml

Posted by Rinku <ra...@gmail.com>.
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" <br...@apache.org>
To: "Maven Developers List" <de...@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, brett@apache.org <br...@apache.org> 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: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: svn commit: r384810 - /maven/pom/asf/pom.xml

Posted by Brett Porter <br...@apache.org>.
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, brett@apache.org <br...@apache.org> 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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org