> >>> MATH-410 > >>> Wrong variable ("argument" instead of "arguments"). > >>> > >>> Modified: > >>> > >>> commons/proper/math/trunk/src/main/java/org/apache/commons/math/FunctionEvaluationException.java > >> > >> Could this be also put in the new MATH_2_X branch ? > > > > Certainly, but I don't know how to do it. :-} > > Either you can check out the MATH_2_X branch and do the change here > again or if you are already sure the file should be exactly the same in > both versions you can copy it directly in the repository with a command > like: > > svn cp -m "the commit message you want" > https://svn.apache.org/repos/asf/commons/proper/math/trunk/src/main/java/org/apache/commons/math/FunctionEvaluationException.java > https://svn.apache.org/repos/asf/commons/proper/math/branches/MATH_2_X/src/main/java/org/apache/commons/math/FunctionEvaluationException.java
Here is the command: $ svn cp -m "MATH-410 (backport from trunk)" \ https://svn.apache.org/repos/asf/commons/proper/math/trunk/src/main/java/org/apache/commons/math/FunctionEvaluationException.java \ https://svn.apache.org/repos/asf/commons/proper/math/branches/MATH_2_X/src/main/java/org/apache/commons/math/FunctionEvaluationException.java And the result: svn: Failure opening '/commons/proper/math/branches/MATH_2_X/src/main/java/org/apache/commons/math/FunctionEvaluationException.java/FunctionEvaluationException.java' Gilles --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org