You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Sébastien Brisard <se...@m4x.org> on 2011/10/13 13:23:35 UTC

Re: svn commit: r1182787 - in /commons/proper/math/trunk/src: main/java/org/apache/commons/math/analysis/polynomials/ main/java/org/apache/commons/math/distribution/ main/java/org/apache/commons/math/fraction/ main/java/org/apache/commons/math/random

>
> Author: celestin
> Date: Thu Oct 13 11:20:48 2011
> New Revision: 1182787
>
> URL: http://svn.apache.org/viewvc?rev=1182787&view=rev
> Log: (empty)
>
> Added:
>    commons/proper/math/trunk/src/main/java/org/apache/commons/math/util/ArithmeticUtils.java
>      - copied, changed from r1182658, commons/proper/math/trunk/src/main/java/org/apache/commons/math/util/ArithmeticsUtils.java
>    commons/proper/math/trunk/src/test/java/org/apache/commons/math/util/ArithmeticUtilsTest.java
>      - copied, changed from r1182658, commons/proper/math/trunk/src/test/java/org/apache/commons/math/util/ArithmeticsUtilsTest.java
> Removed:
>    commons/proper/math/trunk/src/main/java/org/apache/commons/math/util/ArithmeticsUtils.java
>    commons/proper/math/trunk/src/test/java/org/apache/commons/math/util/ArithmeticsUtilsTest.java
> Modified:
>    commons/proper/math/trunk/src/main/java/org/apache/commons/math/analysis/polynomials/PolynomialsUtils.java
>    commons/proper/math/trunk/src/main/java/org/apache/commons/math/distribution/HypergeometricDistributionImpl.java
>    commons/proper/math/trunk/src/main/java/org/apache/commons/math/distribution/PascalDistributionImpl.java
>    commons/proper/math/trunk/src/main/java/org/apache/commons/math/fraction/Fraction.java
>    commons/proper/math/trunk/src/main/java/org/apache/commons/math/random/RandomDataImpl.java
>    commons/proper/math/trunk/src/test/java/org/apache/commons/math/analysis/polynomials/PolynomialsUtilsTest.java
>    commons/proper/math/trunk/src/test/java/org/apache/commons/math/linear/InverseHilbertMatrix.java
>
Sorry, I forgot to add a log entry.
Is it possible to do so afterwards?
Sébastien

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


Re: svn commit: r1182787 - in /commons/proper/math/trunk/src: main/java/org/apache/commons/math/analysis/polynomials/ main/java/org/apache/commons/math/distribution/ main/java/org/apache/commons/math/fraction/ main/java/org/apache/commons/math/random

Posted by Sébastien Brisard <se...@m4x.org>.
>
> It really is an easy fix.
>
I did it! Thanks Luc and Mark for your help.
Sébastien

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


Re: svn commit: r1182787 - in /commons/proper/math/trunk/src: main/java/org/apache/commons/math/analysis/polynomials/ main/java/org/apache/commons/math/distribution/ main/java/org/apache/commons/math/fraction/ main/java/org/apache/commons/math/random

Posted by Sébastien Brisard <se...@m4x.org>.
>
> The ASF svn config allows this change and it is perfectly safe. It will
> trigger a notification to the dev list so no oversight is lost.
>
Thanks for clearing that point up!
> It really is an easy fix.
>
> For example, on Windows I do this on the not infrequent occasions I
> manage to commit stuff with an empty log message:
>
> svn propedit -r 1138950 --revprop svn:log --editor-cmd=notepad
> https://svn.apache.org/repos/asf/tomcat
>
> HTH,
>
> Mark
>
All right then, I'll try!

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


Re: svn commit: r1182787 - in /commons/proper/math/trunk/src: main/java/org/apache/commons/math/analysis/polynomials/ main/java/org/apache/commons/math/distribution/ main/java/org/apache/commons/math/fraction/ main/java/org/apache/commons/math/random

Posted by Mark Thomas <ma...@apache.org>.
On 13/10/2011 13:22, Sébastien Brisard wrote:
>>
>> I don't think so. There is a property for that, but it is often not allowed
>> to be changed. It depends on server configuration. I don't know if our
>> configuration allows it or not.
>>
>> See this: <http://subversion.apache.org/faq.html#change-log-msg>.
>>
>> Luc
>>
> OK. It is said to be "dangerous".

The ASF svn config allows this change and it is perfectly safe. It will
trigger a notification to the dev list so no oversight is lost.

> I'm not experienced enough with SVN
> to do this. This is just a minor change, following Phil's suggestion
> on MATH-689. It is registered in the comments of this JIRA issue, but
> won't appear in the "Subversion Commits" tab. Is it really a problem?

It really is an easy fix.

For example, on Windows I do this on the not infrequent occasions I
manage to commit stuff with an empty log message:

svn propedit -r 1138950 --revprop svn:log --editor-cmd=notepad
https://svn.apache.org/repos/asf/tomcat

HTH,

Mark

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


Re: svn commit: r1182787 - in /commons/proper/math/trunk/src: main/java/org/apache/commons/math/analysis/polynomials/ main/java/org/apache/commons/math/distribution/ main/java/org/apache/commons/math/fraction/ main/java/org/apache/commons/math/random

Posted by Sébastien Brisard <se...@m4x.org>.
>
> I don't think so. There is a property for that, but it is often not allowed
> to be changed. It depends on server configuration. I don't know if our
> configuration allows it or not.
>
> See this: <http://subversion.apache.org/faq.html#change-log-msg>.
>
> Luc
>
OK. It is said to be "dangerous". I'm not experienced enough with SVN
to do this. This is just a minor change, following Phil's suggestion
on MATH-689. It is registered in the comments of this JIRA issue, but
won't appear in the "Subversion Commits" tab. Is it really a problem?
Sébastien

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


Re: svn commit: r1182787 - in /commons/proper/math/trunk/src: main/java/org/apache/commons/math/analysis/polynomials/ main/java/org/apache/commons/math/distribution/ main/java/org/apache/commons/math/fraction/ main/java/org/apache/commons/math/random

Posted by Luc Maisonobe <Lu...@free.fr>.
Le 13/10/2011 13:23, Sébastien Brisard a écrit :
>>

Hi Sébastien

>> Author: celestin
>> Date: Thu Oct 13 11:20:48 2011
>> New Revision: 1182787
>>
>> URL: http://svn.apache.org/viewvc?rev=1182787&view=rev
>> Log: (empty)
>>
>> Added:
>>     commons/proper/math/trunk/src/main/java/org/apache/commons/math/util/ArithmeticUtils.java
>>       - copied, changed from r1182658, commons/proper/math/trunk/src/main/java/org/apache/commons/math/util/ArithmeticsUtils.java
>>     commons/proper/math/trunk/src/test/java/org/apache/commons/math/util/ArithmeticUtilsTest.java
>>       - copied, changed from r1182658, commons/proper/math/trunk/src/test/java/org/apache/commons/math/util/ArithmeticsUtilsTest.java
>> Removed:
>>     commons/proper/math/trunk/src/main/java/org/apache/commons/math/util/ArithmeticsUtils.java
>>     commons/proper/math/trunk/src/test/java/org/apache/commons/math/util/ArithmeticsUtilsTest.java
>> Modified:
>>     commons/proper/math/trunk/src/main/java/org/apache/commons/math/analysis/polynomials/PolynomialsUtils.java
>>     commons/proper/math/trunk/src/main/java/org/apache/commons/math/distribution/HypergeometricDistributionImpl.java
>>     commons/proper/math/trunk/src/main/java/org/apache/commons/math/distribution/PascalDistributionImpl.java
>>     commons/proper/math/trunk/src/main/java/org/apache/commons/math/fraction/Fraction.java
>>     commons/proper/math/trunk/src/main/java/org/apache/commons/math/random/RandomDataImpl.java
>>     commons/proper/math/trunk/src/test/java/org/apache/commons/math/analysis/polynomials/PolynomialsUtilsTest.java
>>     commons/proper/math/trunk/src/test/java/org/apache/commons/math/linear/InverseHilbertMatrix.java
>>
> Sorry, I forgot to add a log entry.
> Is it possible to do so afterwards?

I don't think so. There is a property for that, but it is often not 
allowed to be changed. It depends on server configuration. I don't know 
if our configuration allows it or not.

See this: <http://subversion.apache.org/faq.html#change-log-msg>.

Luc


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


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