Added subversion links
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@155666 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
167aecf38d
commit
9b4fe9da0a
|
@ -50,10 +50,19 @@
|
||||||
<a href="proposal.html">proposal</a> upon which the project is
|
<a href="proposal.html">proposal</a> upon which the project is
|
||||||
founded.
|
founded.
|
||||||
</li>
|
</li>
|
||||||
<li>Review the completed, current and future
|
<li>Download the commons math source code. Follow the instructions
|
||||||
<a href="tasks.html">tasks</a> of the project. Also have a look
|
under the heading "Anonymous Subversion"
|
||||||
at the<a href="http://wiki.apache.org/jakarta-commons/MathWishList">
|
<a href="http://www.apache.org/dev/version-control.html">here</a> (and
|
||||||
Wiki.</a>
|
also have a look <a href="http://wiki.apache.org/jakarta-commons/UsingSVN">
|
||||||
|
here</a>) to check out the commons math code base from Subversion
|
||||||
|
(Jakarta Commons now uses Subversion as our source control system). The
|
||||||
|
svn url for the current development sources of commons-math
|
||||||
|
is
|
||||||
|
<source>https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk</source>
|
||||||
|
</li>
|
||||||
|
<li>Have a look at the new features that users and developers have requested
|
||||||
|
on the <a href="http://wiki.apache.org/jakarta-commons/MathWishList">
|
||||||
|
Math Wish List Wiki Page.</a>
|
||||||
</li>
|
</li>
|
||||||
<li>Be sure to join the commons-dev and commons-user
|
<li>Be sure to join the commons-dev and commons-user
|
||||||
<a href="mail-lists.html">
|
<a href="mail-lists.html">
|
||||||
|
@ -93,10 +102,9 @@
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<li>
|
<li>
|
||||||
Generating patches: The requested format for generating patches is the Unified Diff format, which can be easily generated using the cvs client or Eclipse IDE.
|
Generating patches: The requested format for generating patches is the Unified Diff format,
|
||||||
<source>
|
which can be easily generated using the svn client or Eclipse IDE.
|
||||||
cvs diff -u > patch
|
<source>svn diff > patch </source>
|
||||||
</source>
|
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
</li>
|
</li>
|
||||||
|
|
Loading…
Reference in New Issue