Author: buildbot
Date: Mon May 19 03:54:44 2014
New Revision: 909230
Log:
Staging update by buildbot for gora
Modified:
websites/staging/gora/trunk/content/ (props changed)
websites/staging/gora/trunk/content/version_control.html
Propchange: websites/staging/gora/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon May 19 03:54:44 2014
@@ -1 +1 @@
-1595541
+1595737
Modified: websites/staging/gora/trunk/content/version_control.html
==============================================================================
--- websites/staging/gora/trunk/content/version_control.html (original)
+++ websites/staging/gora/trunk/content/version_control.html Mon May 19
03:54:44 2014
@@ -156,29 +156,11 @@ under the License.
<div class="container" id="Gora_Gora Version Control System">
<h2 id="overview">Overview</h2>
-<p>Gora uses the official subversion repository of the Apache Software
Foundation.
-Apache also provides support for git users. Below you can find
-how to use subversion or git to access Gora's source code.</p>
-<h2 id="subversion-repository">Subversion Repository</h2>
-<h3 id="subversion-clients">Subversion Clients</h3>
-<p>The Gora 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>
-<h3 id="web-access-read-only">Web Access (read-only)</h3>
-<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>.
-No SVN client software is required.</p>
-<h3 id="anonymous-access-read-only">Anonymous Access (read-only)</h3>
-<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>
-<h3 id="committer-access-read-write">Committer Access (read-write)</h3>
-<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>
+<p>For code development on Gora trunk, we use the official Apache Git
repository of
+the Apache Software Foundation.</p>
<h2 id="git-repository">Git Repository</h2>
-<h3 id="anonymous-access-read-only_1">Anonymous Access (read-only)</h3>
-<p>The Apache git repository can be used for accessing the repository.
+<h3 id="anonymous-access-read-only">Anonymous Access (read-only)</h3>
+<p>The Apache git repository can be used for accessing development trunk code.
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.
The repository can be cloned by:</p>
@@ -187,11 +169,17 @@ The repository can be cloned by:</p>
<p>More instructions for setting up git access can be found <a
href="http://www.apache.org/dev/git.html">here</a>.</p>
-<h3 id="committer-access-read-write_1">Committer Access (read-write)</h3>
-<p>Currently the subversion repository is the only official repository
-that has Gora 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>
+<h3 id="committer-access-read-write">Committer Access (read-write)</h3>
+<p>Committers should always clone the read-write codebase as this is the
latest codebase
+that the development team is working on. It will also give you access to
development
+branches at any given time. </p>
+<p>The code can be cloned as follows</p>
+<div class="codehilite"><pre>$ <span class="n">git</span> <span
class="n">clone</span> <span class="n">https</span><span
class="p">:</span><span class="o">//</span><span class="n">git</span><span
class="o">-</span><span class="n">wip</span><span class="o">-</span><span
class="n">us</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">repos</span><span class="o">/</span><span class="n">asf</span><span
class="o">/</span><span class="n">gora</span><span class="p">.</span><span
class="n">git</span>
+</pre></div>
+
+
+<p>Committers should also be aware that the committers area and website are
still hosted in
+the official Apache SVN. More information can be found <a
href="http://svn.apache.org/repos/asf/gora/README">here</a>. </p>
</div> <!-- /container (main block) -->