You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nutch.apache.org by bu...@apache.org on 2016/06/25 01:08:03 UTC

svn commit: r991347 - in /websites/staging/nutch/trunk/content: ./ version_control.html

Author: buildbot
Date: Sat Jun 25 01:08:02 2016
New Revision: 991347

Log:
Staging update by buildbot for nutch

Modified:
    websites/staging/nutch/trunk/content/   (props changed)
    websites/staging/nutch/trunk/content/version_control.html

Propchange: websites/staging/nutch/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sat Jun 25 01:08:02 2016
@@ -1 +1 @@
-1749076
+1750177

Modified: websites/staging/nutch/trunk/content/version_control.html
==============================================================================
--- websites/staging/nutch/trunk/content/version_control.html (original)
+++ websites/staging/nutch/trunk/content/version_control.html Sat Jun 25 01:08:02 2016
@@ -410,49 +410,21 @@ under the License.
 
 	<div class="container" id="Nutch_Nutch Version Control System">
 
-		<h1 id="overview">Overview</h1>
-<p>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.</p>
-<h1 id="subversion-repository">Subversion Repository</h1>
-<h2 id="subversion-clients">Subversion Clients</h2>
-<p>The Nutch source code resides in the <a href="http://subversion.tigris.org/">Apache Subversion</a>
-(SVN) repository. The command-line SVN client can be obtained <a href="http://subversion.tigris.org/project_packages.html">here</a>.
-The TortoiseSVN GUI client for Windows can be obtained <a href="http://tortoisesvn.tigris.org/">here</a>. 
-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>
-<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/nutch/">http://svn.apache.org/viewvc/nutch/</a>.
-No SVN client software is required.</p>
-<h2 id="anonymous-access-read-only">Anonymous Access (read-only)</h2>
-<ul>
-<li>The <b>trunk</b> SVN URL for anonymous users is <a href="http://svn.apache.org/repos/asf/nutch/trunk">http://svn.apache.org/repos/asf/nutch/trunk</a>.</li>
-<li>The <b>2.X</b> SVN URL for anonymous users is <a href="http://svn.apache.org/repos/asf/nutch/branches/2.x">http://svn.apache.org/repos/asf/nutch/branches/2.x</a>.</li>
-</ul>
-<p>Instructions for anonymous SVN access are <a href="http://www.apache.org/dev/version-control.html#anon-svn">here</a>.</p>
-<h2 id="committer-access-read-write">Committer Access (read-write)</h2>
-<ul>
-<li>The <b>trunk</b> SVN URL for committers is <a href="https://svn.apache.org/repos/asf/nutch/trunk">https://svn.apache.org/repos/asf/nutch/trunk</a>.</li>
-<li>The <b>2.x</b> SVN URL for committers is <a href="https://svn.apache.org/repos/asf/nutch/branches/2.x">https://svn.apache.org/repos/asf/nutch/branches/2.x</a>.</li>
-</ul>
-<p>Instructions for committer SVN access are <a href="http://www.apache.org/dev/version-control.html#https-svn">here</a>.</p>
-<h1 id="git-repository">Git Repository</h1>
-<h2 id="anonymous-access-read-only_1">Anonymous Access (read-only)</h2>
-<p>The Apache Git repository can be used for accessing the repository.
-The URL for anonymous read-only access is <a href="http://git.apache.org/nutch.git/">http://git.apache.org/nutch.git/</a>. 
-Alternatively the Github mirror at <a href="http://github.com/apache/nutch">http://github.com/apache/nutch</a> can also be used. 
-The repository can be cloned by:</p>
-<div class="codehilite"><pre>$ <span class="n">git</span> <span class="n">clone</span> <span class="n">http</span><span class="p">:</span><span class="o">//</span><span class="n">git</span><span class="p">.</span><span class="n">apache</span><span class="p">.</span><span class="n">org</span><span class="o">/</span><span class="n">nutch</span><span class="p">.</span><span class="n">git</span><span class="o">/</span>
-</pre></div>
-
-
-<p>More instructions for setting up git access can be found <a href="http://www.apache.org/dev/git.html">here</a>.</p>
-<h2 id="committer-access-read-write_1">Committer Access (read-write)</h2>
-<p>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 <a href="http://wiki.apache.org/general/GitAtApache">here</a>.</p></div>
+		<style type="text/css">
+/* The following code is added by mdx_elementid.py
+   It was originally lifted from http://subversion.apache.org/style/site.css */
+/*
+ * Hide class="elementid-permalink", except when an enclosing heading
+ * has the :hover property.
+ */
+.headerlink, .elementid-permalink {
+  visibility: hidden;
+}
+h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink, h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, dt:hover > .elementid-permalink { visibility: visible }</style>
+<h1 id="overview">Overview<a class="headerlink" href="#overview" title="Permanent link">&para;</a></h1>
+<p>Nutch uses the Apache Software Foundation Git writeable repositories as its master
+repository. </p>
+<p>You can find more information about Nutch source control <a href="https://wiki.apache.org/nutch/UsingGit">here</a>.</p></div>
 	<!-- /container (main block) -->
 
 	<hr>