Author: mattmann
Date: Sat Jun 25 00:56:25 2016
New Revision: 1750177
URL: http://svn.apache.org/viewvc?rev=1750177&view=rev
Log:
- fix source control
Modified:
nutch/cms_site/trunk/content/version_control.md
Modified: nutch/cms_site/trunk/content/version_control.md
URL:
http://svn.apache.org/viewvc/nutch/cms_site/trunk/content/version_control.md?rev=1750177&r1=1750176&r2=1750177&view=diff
==============================================================================
--- nutch/cms_site/trunk/content/version_control.md (original)
+++ nutch/cms_site/trunk/content/version_control.md Sat Jun 25 00:56:25 2016
@@ -1,53 +1,7 @@
Title: Nutch Version Control System
#Overview
-Nutch uses the official subversion repository of the Apache Software
Foundation.
-However, Apache also provides read only mirrors for Git users. Below you can
find
-how to use Subversion or Git to access the Nutch source code.
-
-#Subversion Repository
-
-##Subversion Clients
-The Nutch source code resides in the [Apache
Subversion](http://subversion.tigris.org/)
-(SVN) 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/).
-
-##Web Access (read-only)
-The source code can be browsed via the Web at
-[http://svn.apache.org/viewvc/nutch/](http://svn.apache.org/viewvc/nutch/).
-No SVN client software is required.
-
-##Anonymous Access (read-only)
-
- * The <b>trunk</b> SVN URL for anonymous users is
[http://svn.apache.org/repos/asf/nutch/trunk](http://svn.apache.org/repos/asf/nutch/trunk).
- * The <b>2.X</b> SVN URL for anonymous users is
[http://svn.apache.org/repos/asf/nutch/branches/2.x](http://svn.apache.org/repos/asf/nutch/branches/2.x).
-
-Instructions for anonymous SVN access are
[here](http://www.apache.org/dev/version-control.html#anon-svn).
-
-##Committer Access (read-write)
-
- * The <b>trunk</b> SVN URL for committers is
[https://svn.apache.org/repos/asf/nutch/trunk](https://svn.apache.org/repos/asf/nutch/trunk).
- * The <b>2.x</b> SVN URL for committers is
[https://svn.apache.org/repos/asf/nutch/branches/2.x](https://svn.apache.org/repos/asf/nutch/branches/2.x).
-
-Instructions for committer SVN access are
[here](http://www.apache.org/dev/version-control.html#https-svn).
-
-#Git Repository
-
-##Anonymous Access (read-only)
-The Apache Git repository can be used for accessing the repository.
-The URL for anonymous read-only access is
[http://git.apache.org/nutch.git/](http://git.apache.org/nutch.git/).
-Alternatively the Github mirror at
[http://github.com/apache/nutch](http://github.com/apache/nutch) can also be
used.
-The repository can be cloned by:
-
- $ git clone http://git.apache.org/nutch.git/
-
-More instructions for setting up git access can be found
[here](http://www.apache.org/dev/git.html).
-
-##Committer Access (read-write)
-Currently the subversion repository is the only official repository
-that has Nutch write access. However, committers can use the git-svn package
-to bypass svn and use a git-only workflow. Setting up the initial repository
-and pushing git commits to subversion is detailed
[here](http://wiki.apache.org/general/GitAtApache).
+Nutch uses the Apache Software Foundation Git writeable repositories as its
master
+repository.
+You can find more information about Nutch source control
[here](https://wiki.apache.org/nutch/UsingGit).