You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Sebb (JIRA)" <ji...@apache.org> on 2008/02/04 20:01:46 UTC

[jira] Created: (MATH-190) Incorrect SVN properties for some files

Incorrect SVN properties for some files
---------------------------------------

                 Key: MATH-190
                 URL: https://issues.apache.org/jira/browse/MATH-190
             Project: Commons Math
          Issue Type: Bug
            Reporter: Sebb
            Priority: Minor


There seem to be a few incorrect SVN properties in SVN trunk; following is a list of SVN commands that can be used to fix them:

These should be done on whatever OS was used to create the files, probably Unix, otherwise there may be problems:

svn ps svn:eol-style native src/java/org/apache/commons/math/random/UncorrelatedRandomVectorGenerator.java
svn ps svn:eol-style native src/java/org/apache/commons/math/stat/inference/OneWayAnova.java
svn ps svn:eol-style native src/java/org/apache/commons/math/stat/inference/OneWayAnovaImpl.java
svn ps svn:eol-style native src/test/org/apache/commons/math/stat/inference/OneWayAnovaTest.java

These files should not be executable ;-) - can be done on any OS:

svn pd svn:executable src/java/org/apache/commons/math/transform/package.html
svn pd svn:executable src/mantissa/src/org/spaceroots/mantissa/algebra/Chebyshev.java
svn pd svn:executable src/mantissa/src/org/spaceroots/mantissa/algebra/Hermite.java
svn pd svn:executable src/mantissa/src/org/spaceroots/mantissa/algebra/Legendre.java
svn pd svn:executable src/mantissa/src/org/spaceroots/mantissa/algebra/Polynomial.java
svn pd svn:executable src/mantissa/src/org/spaceroots/mantissa/algebra/PolynomialFraction.java
svn pd svn:executable src/mantissa/tests-src/org/spaceroots/mantissa/algebra/ChebyshevTest.java
svn pd svn:executable src/mantissa/tests-src/org/spaceroots/mantissa/algebra/HermiteTest.java
svn pd svn:executable src/mantissa/tests-src/org/spaceroots/mantissa/algebra/LegendreTest.java
svn pd svn:executable src/mantissa/tests-src/org/spaceroots/mantissa/algebra/PolynomialDoubleTest.java
svn pd svn:executable src/mantissa/tests-src/org/spaceroots/mantissa/algebra/PolynomialFractionTest.java
svn pd svn:executable src/mantissa/tests-src/org/spaceroots/mantissa/algebra/PolynomialRationalTest.java


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (MATH-190) Incorrect SVN properties for some files

Posted by "Luc Maisonobe (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MATH-190?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Luc Maisonobe resolved MATH-190.
--------------------------------

       Resolution: Fixed
    Fix Version/s: 1.2

fixed
thanks for both the issue and the commands ;-)

> Incorrect SVN properties for some files
> ---------------------------------------
>
>                 Key: MATH-190
>                 URL: https://issues.apache.org/jira/browse/MATH-190
>             Project: Commons Math
>          Issue Type: Bug
>            Reporter: Sebb
>            Priority: Minor
>             Fix For: 1.2
>
>
> There seem to be a few incorrect SVN properties in SVN trunk; following is a list of SVN commands that can be used to fix them:
> These should be done on whatever OS was used to create the files, probably Unix, otherwise there may be problems:
> svn ps svn:eol-style native src/java/org/apache/commons/math/random/UncorrelatedRandomVectorGenerator.java
> svn ps svn:eol-style native src/java/org/apache/commons/math/stat/inference/OneWayAnova.java
> svn ps svn:eol-style native src/java/org/apache/commons/math/stat/inference/OneWayAnovaImpl.java
> svn ps svn:eol-style native src/test/org/apache/commons/math/stat/inference/OneWayAnovaTest.java
> These files should not be executable ;-) - can be done on any OS:
> svn pd svn:executable src/java/org/apache/commons/math/transform/package.html
> svn pd svn:executable src/mantissa/src/org/spaceroots/mantissa/algebra/Chebyshev.java
> svn pd svn:executable src/mantissa/src/org/spaceroots/mantissa/algebra/Hermite.java
> svn pd svn:executable src/mantissa/src/org/spaceroots/mantissa/algebra/Legendre.java
> svn pd svn:executable src/mantissa/src/org/spaceroots/mantissa/algebra/Polynomial.java
> svn pd svn:executable src/mantissa/src/org/spaceroots/mantissa/algebra/PolynomialFraction.java
> svn pd svn:executable src/mantissa/tests-src/org/spaceroots/mantissa/algebra/ChebyshevTest.java
> svn pd svn:executable src/mantissa/tests-src/org/spaceroots/mantissa/algebra/HermiteTest.java
> svn pd svn:executable src/mantissa/tests-src/org/spaceroots/mantissa/algebra/LegendreTest.java
> svn pd svn:executable src/mantissa/tests-src/org/spaceroots/mantissa/algebra/PolynomialDoubleTest.java
> svn pd svn:executable src/mantissa/tests-src/org/spaceroots/mantissa/algebra/PolynomialFractionTest.java
> svn pd svn:executable src/mantissa/tests-src/org/spaceroots/mantissa/algebra/PolynomialRationalTest.java

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.