You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by sebb <se...@gmail.com> on 2012/12/03 01:43:01 UTC

Re: svn commit: r1416241 - /commons/proper/math/trunk/src/main/java/org/apache/commons/math3/optimization/SimpleBounds.java

On 2 December 2012 19:34,  <tn...@apache.org> wrote:
> Author: tn
> Date: Sun Dec  2 19:34:05 2012
> New Revision: 1416241
>
> URL: http://svn.apache.org/viewvc?rev=1416241&view=rev
> Log:
> Added missing keywords.
>
> Modified:
>     commons/proper/math/trunk/src/main/java/org/apache/commons/math3/optimization/SimpleBounds.java   (props changed)
>
> Propchange: commons/proper/math/trunk/src/main/java/org/apache/commons/math3/optimization/SimpleBounds.java
> ------------------------------------------------------------------------------
>     svn:keywords = Author Date Id Revision

$Date$ should not be used as it is locale-specific; this causes
problems when checking releases against SVN tags.

$Author$ is not useful  - the author of the last change does not
really mean anything much.

However, so long as those keywords aren't actually used the propchange
does not matter.

>

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


Re: svn commit: r1416241 - /commons/proper/math/trunk/src/main/java/org/apache/commons/math3/optimization/SimpleBounds.java

Posted by Thomas Neidhart <th...@gmail.com>.
On 12/03/2012 01:43 AM, sebb wrote:
> On 2 December 2012 19:34,  <tn...@apache.org> wrote:
>> Author: tn
>> Date: Sun Dec  2 19:34:05 2012
>> New Revision: 1416241
>>
>> URL: http://svn.apache.org/viewvc?rev=1416241&view=rev
>> Log:
>> Added missing keywords.
>>
>> Modified:
>>     commons/proper/math/trunk/src/main/java/org/apache/commons/math3/optimization/SimpleBounds.java   (props changed)
>>
>> Propchange: commons/proper/math/trunk/src/main/java/org/apache/commons/math3/optimization/SimpleBounds.java
>> ------------------------------------------------------------------------------
>>     svn:keywords = Author Date Id Revision
> 
> $Date$ should not be used as it is locale-specific; this causes
> problems when checking releases against SVN tags.
> 
> $Author$ is not useful  - the author of the last change does not
> really mean anything much.
> 
> However, so long as those keywords aren't actually used the propchange
> does not matter.

Yes, you are right, we do not use this keywords, but the propset should
reflect this too.

In fact I just re-used the keywords from another file, but I can change
all source files to only set 'Id Revision'.

Thomas

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