Repository: commons-math Updated Branches: refs/heads/master 026af89ce -> e99b9ef25
Updated developers documentation after migration to Git. Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/58ecf6b9 Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/58ecf6b9 Diff: http://git-wip-us.apache.org/repos/asf/commons-math/diff/58ecf6b9 Branch: refs/heads/master Commit: 58ecf6b9543e0b5edc2bef8c4f4b4965d0a70f24 Parents: 026af89 Author: Luc Maisonobe <l...@apache.org> Authored: Mon Oct 6 14:22:00 2014 +0200 Committer: Luc Maisonobe <l...@apache.org> Committed: Mon Oct 6 14:25:09 2014 +0200 ---------------------------------------------------------------------- src/site/xdoc/developers.xml | 28 ++++++++++++++++------------ 1 file changed, 16 insertions(+), 12 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-math/blob/58ecf6b9/src/site/xdoc/developers.xml ---------------------------------------------------------------------- diff --git a/src/site/xdoc/developers.xml b/src/site/xdoc/developers.xml index 825fc22..d74595b 100644 --- a/src/site/xdoc/developers.xml +++ b/src/site/xdoc/developers.xml @@ -47,14 +47,14 @@ founded. </li> <li>Download the Commons Math source code. Follow the instructions - under the heading "Anonymous Subversion" on the - <a href="http://www.apache.org/dev/version-control.html">Apache version - control page</a> (Also have a look at the - <a href="http://wiki.apache.org/commons/UsingSVN">Commons wiki - svn page </a>) to check out the Commons Math code base from Subversion. - The svn url for the current development sources of Commons Math - is -<source>https://svn.apache.org/repos/asf/commons/proper/math/trunk</source> + under the heading "Repository Checkout" on the + <a href="https://git-wip-us.apache.org/">Git at the ASF page</a>. + The git url for the current development sources of Commons Math + is <source>http://apach...@git-wip-us.apache.org/repos/asf/commons-math.git</source> + for anonymous read-only access and + <source>https://apach...@git-wip-us.apache.org/repos/asf/commons-math.git</source> + (where apacheid should be replaced by each committer Apache ID) for committers + read-write access. </li> <li>Like most commons components, Commons Math uses Apache Maven as our build tool. The sources can also be built using Ant (a working @@ -152,10 +152,14 @@ Please make sure to set your IDE or editor to use spaces instead of tabs. </p> <p> - Committers should make sure that svn properties are correctly set on - files added to the repository. See the section on Committer Subversion - Access on the <a href="http://www.apache.org/dev/version-control.html"> - Apache Source Code Repositories</a> page. + Committers should configure the <source>user.name</source>, + <source>user.email</source> and <source>core.autocrlf</source> + git repository or global options with <source>git config</source>. + The first two options set the identity and mail of the committer. + The third option deals with line endings to achieve consistency + in line endings. Windows users should configure this option to + <source>true</source> while OS X and Linux users should configure + it to <source>input</source>. </p> </subsection> <subsection name='Documentation'>