You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mahout.apache.org by is...@apache.org on 2013/11/18 12:53:14 UTC

svn commit: r1543004 - /mahout/site/mahout_cms/trunk/content/developers/version-control.mdtext

Author: isabel
Date: Mon Nov 18 11:53:13 2013
New Revision: 1543004

URL: http://svn.apache.org/r1543004
Log:
MAHOUT-1245 - Added header, fixed links on VCS page.

Modified:
    mahout/site/mahout_cms/trunk/content/developers/version-control.mdtext

Modified: mahout/site/mahout_cms/trunk/content/developers/version-control.mdtext
URL: http://svn.apache.org/viewvc/mahout/site/mahout_cms/trunk/content/developers/version-control.mdtext?rev=1543004&r1=1543003&r2=1543004&view=diff
==============================================================================
--- mahout/site/mahout_cms/trunk/content/developers/version-control.mdtext (original)
+++ mahout/site/mahout_cms/trunk/content/developers/version-control.mdtext Mon Nov 18 11:53:13 2013
@@ -1,14 +1,17 @@
 Title: Version Control
+
+# Version control access
+
 The Mahout source code resides in the [Apache Subversion (SVN)](http://subversion.tigris.org/)
- 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/]
+ repository. There is a [command-line SVN client](http://subversion.tigris.org/project_packages.html), usually
+shipped as part of your regular Linux distribution. The [TortoiseSVN](http://tortoisesvn.tigris.org/) is a usable GUI client for Windows.
+. There are also SVN plugins available for both [Eclipse](http://subclipse.tigris.org/)
+ and [IntelliJ IDEA](http://svnup.tigris.org/)
 . 
 
 There is also a [git](http://git-scm.com/)
- repository for Mahout available [at Apache|http://git.apache.org/]
-.
+ repository for Mahout available [at Apache](http://git.apache.org/) which is mirrored to [github](https://github.com/apache/mahout). Note though
+that currently we do not accept pull requests - instead create patches and submit them through [jira](http://issues.apache.org/jira/browse/MAHOUT).
 
 <a name="VersionControl-WebAccess(read-only)"></a>
 ## Web Access (read-only)
@@ -32,5 +35,4 @@ The SVN URL for committers is [https://s
 <a name="VersionControl-Issues"></a>
 ## Issues
 
-All bugs, improvements, patches, etc. should be logged in [JIRA](http://issues.apache.org/jira/browse/MAHOUT)
-.
+All bugs, improvements, patches, etc. should be logged in [JIRA](http://issues.apache.org/jira/browse/MAHOUT).
\ No newline at end of file