Author: apalumbo
Date: Tue Jun 24 01:02:21 2014
New Revision: 1604988
URL: http://svn.apache.org/r1604988
Log:
MAHOUT-1587: Update website to reflect move to GitHub
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=1604988&r1=1604987&r2=1604988&view=diff
==============================================================================
--- mahout/site/mahout_cms/trunk/content/developers/version-control.mdtext
(original)
+++ mahout/site/mahout_cms/trunk/content/developers/version-control.mdtext Tue
Jun 24 01:02:21 2014
@@ -2,30 +2,24 @@ Title: Version Control
# Version control access
-The Mahout source code resides in the **Apache Subversion (SVN)** repository.
-
-There is also a [git repository for Mahout](git://git.apache.org/mahout.git)
available which is mirrored on [github](https://github.com/apache/mahout).
Note though
-that currently we do not accept pull requests - instead create patches and
submit them through our [issue tracker](/developers/issue-tracker.html).
-
+The Mahout source is mirrored in the **[Apache Mahout
GitHub](https://github.com/apache/mahout)** repository.
+
<a name="VersionControl-WebAccess(read-only)"></a>
## Web Access (read-only)
-The source code can be browsed via the Web at
[http://svn.apache.org/viewvc/mahout/](http://svn.apache.org/viewvc/mahout/)
-.
+The source code can be browsed via the Web at
[https://github.com/apache/mahout](https://github.com/apache/mahout).
<a name="VersionControl-AnonymousAccess(read-only)"></a>
## Anonymous Access (read-only)
-The SVN URL for anonymous users is
[http://svn.apache.org/repos/asf/mahout/trunk](http://svn.apache.org/repos/asf/mahout/trunk)
-.
+The Git URL for anonymous users is
[https://github.com/apache/mahout.git](https://github.com/apache/mahout.git).
<a name="VersionControl-CommitterAccess(read-write)"></a>
## Committer Access (read-write)
-The SVN URL for committers is
[https://svn.apache.org/repos/asf/mahout/trunk](https://svn.apache.org/repos/asf/mahout/trunk)
-.
+The Git URL for committers is
[https://git-wip-us.apache.org/repos/asf/mahout.git](https://git-wip-us.apache.org/repos/asf/mahout.git).
<a name="VersionControl-Issues"></a>
## Issues
-All bugs, improvements, patches, etc. should be logged in our [issue
tracker](https://mahout.apache.org/developers/issue-tracker.html).
\ No newline at end of file
+All bugs, improvements, [pull
requests](http://mahout.apache.org/developers/github.html), etc. should be
logged in our [issue
tracker](https://mahout.apache.org/developers/issue-tracker.html).
\ No newline at end of file