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 2013/11/18 12:53:25 UTC

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

Author: buildbot
Date: Mon Nov 18 11:53:25 2013
New Revision: 887086

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 Mon Nov 18 11:53:25 2013
@@ -1 +1 @@
-1543000
+1543004

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 Mon Nov 18 11:53:25 2013
@@ -381,15 +381,16 @@
 
   <div id="content-wrap" class="clearfix">
    <div id="main">
-    <p>The Mahout source code resides in the <a href="http://subversion.tigris.org/">Apache Subversion (SVN)</a>
- repository. The command-line SVN client can be obtained [here|http://subversion.tigris.org/project_packages.html]
-. The TortoiseSVN GUI client for Windows can be obtained [here|http://tortoisesvn.tigris.org/]
-. There are also SVN plugins available for both [Eclipse|http://subclipse.tigris.org/]
- and [IntelliJ IDEA|http://svnup.tigris.org/]
+    <h1 id="version-control-access">Version control access</h1>
+<p>The Mahout source code resides in the <a href="http://subversion.tigris.org/">Apache Subversion (SVN)</a>
+ repository. There is a <a href="http://subversion.tigris.org/project_packages.html">command-line SVN client</a>, usually
+shipped as part of your regular Linux distribution. The <a href="http://tortoisesvn.tigris.org/">TortoiseSVN</a> is a usable GUI client for Windows.
+. There are also SVN plugins available for both <a href="http://subclipse.tigris.org/">Eclipse</a>
+ and <a href="http://svnup.tigris.org/">IntelliJ IDEA</a>
 . </p>
 <p>There is also a <a href="http://git-scm.com/">git</a>
- repository for Mahout available [at Apache|http://git.apache.org/]
-.</p>
+ repository for Mahout available <a href="http://git.apache.org/">at Apache</a> which is mirrored to <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 <a href="http://issues.apache.org/jira/browse/MAHOUT">jira</a>.</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>
@@ -405,8 +406,7 @@
 . </p>
 <p><a name="VersionControl-Issues"></a></p>
 <h2 id="issues">Issues</h2>
-<p>All bugs, improvements, patches, etc. should be logged in <a href="http://issues.apache.org/jira/browse/MAHOUT">JIRA</a>
-.</p>
+<p>All bugs, improvements, patches, etc. should be logged in <a href="http://issues.apache.org/jira/browse/MAHOUT">JIRA</a>.</p>
    </div>
   </div>     
 </div>