You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mahout.apache.org by ap...@apache.org on 2014/06/22 22:03:49 UTC

svn commit: r1604647 - /mahout/site/mahout_cms/trunk/content/developers/buildingmahout.mdtext

Author: apalumbo
Date: Sun Jun 22 20:03:48 2014
New Revision: 1604647

URL: http://svn.apache.org/r1604647
Log:
Change source repo from svn to GitHub

Modified:
    mahout/site/mahout_cms/trunk/content/developers/buildingmahout.mdtext

Modified: mahout/site/mahout_cms/trunk/content/developers/buildingmahout.mdtext
URL: http://svn.apache.org/viewvc/mahout/site/mahout_cms/trunk/content/developers/buildingmahout.mdtext?rev=1604647&r1=1604646&r2=1604647&view=diff
==============================================================================
--- mahout/site/mahout_cms/trunk/content/developers/buildingmahout.mdtext (original)
+++ mahout/site/mahout_cms/trunk/content/developers/buildingmahout.mdtext Sun Jun 22 20:03:48 2014
@@ -10,9 +10,13 @@ Title: BuildingMahout
 
 ## Getting the source code
 
-Checkout the sources from [SVN](/developers/version-control.html)
-
-    svn co http://svn.apache.org/repos/asf/mahout/trunk
+Checkout the sources from the [Mahout GitHub repository](https://github.com/apache/mahout)
+either via:
+ 
+    git clone git@github.com:apache/mahout.git
+or
+ 
+    git clone https://github.com/apache/mahout.git
 
 ## Compiling