Author: buildbot
Date: Thu Jun 19 18:15:12 2014
New Revision: 913046
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 Thu Jun 19 18:15:12 2014
@@ -1 +1 @@
-1603982
+1603987
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 Thu Jun 19
18:15:12 2014
@@ -411,40 +411,46 @@ under the License.
<div class="container" id="Nutch_Gora Version Control System">
<h1 id="overview">Overview</h1>
-<p>Gora 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 Gora's source code.</p>
+<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 Gora source code resides in the <a
href="http://subversion.tigris.org/">Apache Subversion</a>
+<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/gora/">http://svn.apache.org/viewvc/gora/</a>.
+<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>
-<p>The SVN URL for anonymous users is <a
href="http://svn.apache.org/repos/asf/gora/trunk">http://svn.apache.org/repos/asf/gora/trunk</a>.
-Instructions for anonymous SVN access are <a
href="http://www.apache.org/dev/version-control.html#anon-svn">here</a>.</p>
+<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>
-<p>The SVN URL for committers is <a
href="https://svn.apache.org/repos/asf/gora/trunk">https://svn.apache.org/repos/asf/gora/trunk</a>.
-Instructions for committer SVN access are <a
href="http://www.apache.org/dev/version-control.html#https-svn">here</a>.</p>
+<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/gora.git/">http://git.apache.org/gora.git/</a>.
-Alternatively the Github mirror at <a
href="http://github.com/apache/gora">http://github.com/apache/gora</a> can also
be used.
+<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">gora</span><span class="p">.</span><span
class="n">git</span><span class="o">/</span>
+<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 Gora write access. However, committers can use the git-svn package
+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>
<!-- /container (main block) -->