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

svn commit: r913454 - in /websites/staging/mahout/trunk/content: ./ developers/version-control.html

Author: buildbot
Date: Tue Jun 24 01:02:26 2014
New Revision: 913454

Log:
Staging update by buildbot for mahout

Modified:
    websites/staging/mahout/trunk/content/   (props changed)
    websites/staging/mahout/trunk/content/developers/version-control.html

Propchange: websites/staging/mahout/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Jun 24 01:02:26 2014
@@ -1 +1 @@
-1604954
+1604988

Modified: websites/staging/mahout/trunk/content/developers/version-control.html
==============================================================================
--- websites/staging/mahout/trunk/content/developers/version-control.html (original)
+++ websites/staging/mahout/trunk/content/developers/version-control.html Tue Jun 24 01:02:26 2014
@@ -243,24 +243,19 @@
   <div id="content-wrap" class="clearfix">
    <div id="main">
     <h1 id="version-control-access">Version control access</h1>
-<p>The Mahout source code resides in the <strong>Apache Subversion (SVN)</strong> repository.  </p>
-<p>There is also a <a href="git://git.apache.org/mahout.git">git repository for Mahout</a> available  which is mirrored on <a href="https://github.com/apache/mahout">github</a>. Note though
-that currently we do not accept pull requests - instead create patches and submit them through our <a href="/developers/issue-tracker.html">issue tracker</a>.</p>
+<p>The Mahout source is mirrored in the <strong><a href="https://github.com/apache/mahout">Apache Mahout GitHub</a></strong> repository.</p>
 <p><a name="VersionControl-WebAccess(read-only)"></a></p>
 <h2 id="web-access-read-only">Web Access (read-only)</h2>
-<p>The source code can be browsed via the Web at <a href="http://svn.apache.org/viewvc/mahout/">http://svn.apache.org/viewvc/mahout/</a>
-. </p>
+<p>The source code can be browsed via the Web at <a href="https://github.com/apache/mahout">https://github.com/apache/mahout</a>. </p>
 <p><a name="VersionControl-AnonymousAccess(read-only)"></a></p>
 <h2 id="anonymous-access-read-only">Anonymous Access (read-only)</h2>
-<p>The SVN URL for anonymous users is <a href="http://svn.apache.org/repos/asf/mahout/trunk">http://svn.apache.org/repos/asf/mahout/trunk</a>
-.</p>
+<p>The Git URL for anonymous users is <a href="https://github.com/apache/mahout.git">https://github.com/apache/mahout.git</a>.</p>
 <p><a name="VersionControl-CommitterAccess(read-write)"></a></p>
 <h2 id="committer-access-read-write">Committer Access (read-write)</h2>
-<p>The SVN URL for committers is <a href="https://svn.apache.org/repos/asf/mahout/trunk">https://svn.apache.org/repos/asf/mahout/trunk</a>
-.</p>
+<p>The Git URL for committers is <a href="https://git-wip-us.apache.org/repos/asf/mahout.git">https://git-wip-us.apache.org/repos/asf/mahout.git</a>.</p>
 <p><a name="VersionControl-Issues"></a></p>
 <h2 id="issues">Issues</h2>
-<p>All bugs, improvements, patches, etc. should be logged in our <a href="https://mahout.apache.org/developers/issue-tracker.html">issue tracker</a>.</p>
+<p>All bugs, improvements, <a href="http://mahout.apache.org/developers/github.html">pull requests</a>, etc. should be logged in our <a href="https://mahout.apache.org/developers/issue-tracker.html">issue tracker</a>.</p>
    </div>
   </div>     
 </div>