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.