From 9b4fe9da0a80c71086e8804f3ed2795551a4e63a Mon Sep 17 00:00:00 2001 From: Phil Steitz Date: Mon, 28 Feb 2005 05:12:42 +0000 Subject: [PATCH] Added subversion links git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@155666 13f79535-47bb-0310-9956-ffa450edef68 --- xdocs/developers.xml | 24 ++++++++++++++++-------- 1 file changed, 16 insertions(+), 8 deletions(-) diff --git a/xdocs/developers.xml b/xdocs/developers.xml index 719a66efa..5d49e8577 100644 --- a/xdocs/developers.xml +++ b/xdocs/developers.xml @@ -50,10 +50,19 @@ proposal upon which the project is founded. -
  • Review the completed, current and future - tasks of the project. Also have a look - at the - Wiki. +
  • Download the commons math source code. Follow the instructions + under the heading "Anonymous Subversion" + here (and + also have a look + here) 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 +https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk +
  • +
  • Have a look at the new features that users and developers have requested + on the + Math Wish List Wiki Page.
  • Be sure to join the commons-dev and commons-user @@ -93,10 +102,9 @@
  • - 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. - - cvs diff -u > patch - + Generating patches: The requested format for generating patches is the Unified Diff format, + which can be easily generated using the svn client or Eclipse IDE. +svn diff > patch