You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gora.apache.org by bu...@apache.org on 2013/05/06 21:19:11 UTC

svn commit: r861110 [10/10] - in /websites/staging/gora/trunk/content: ./ current/ resources/ resources/css/ resources/img/ resources/js/

Added: websites/staging/gora/trunk/content/version_control.html
==============================================================================
--- websites/staging/gora/trunk/content/version_control.html (added)
+++ websites/staging/gora/trunk/content/version_control.html Mon May  6 19:19:10 2013
@@ -0,0 +1,185 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License. 
+-->
+<html>
+<head>
+  <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
+  <meta charset="utf-8" />
+  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
+  <meta name="author" content="dev@gora.apache.org" />
+
+  <META http-equiv="Content-Type" content="text/html;charset=UTF-8" />
+  <META name="Description" content="Apache Gora -- Gora Version Control System" />
+  <META name="Keywords" content="Apache Gora NoSQL Framework" />
+  <META name="Owner" content="dev@gora.apache.org" />
+  <META name="Robots" content="index, follow" />
+  <META name="Security" content="Public" />
+  <META name="Source" content="wiki template" />
+  <META name="DC.Rights" content="Copyright � 2010-2013, The Apache Software Foundation" />
+
+  <!-- The styles -->
+  <link href="./resources/css/bootstrap.css" rel="stylesheet">
+  <style type="text/css">
+    body {
+      padding-top: 60px;
+      padding-bottom: 40px;
+    }
+  </style>
+  <link href="./resources/css/bootstrap-responsive.css" rel="stylesheet">
+  <link href="./resources/css/gora.css" rel="stylesheet">
+
+  <!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
+  <!--[if lt IE 9]>
+    <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
+  <![endif]-->
+
+  <!-- Fav and touch icons -->
+  <link rel="apple-touch-icon-precomposed" sizes="144x144" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-144-precomposed.png">
+  <link rel="apple-touch-icon-precomposed" sizes="114x114" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-114-precomposed.png">
+  <link rel="apple-touch-icon-precomposed" sizes="72x72" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-72-precomposed.png">
+  <link rel="apple-touch-icon-precomposed" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-57-precomposed.png">
+  <link rel="shortcut icon" href="./resources/img/feather-small.png">
+
+  <title>Apache Gora&trade;</title>
+</head>
+
+<body>
+  <div class="navbar navbar-inverse navbar-fixed-top">
+    <div class="navbar-inner">
+      <div class="container">
+        <a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+        </a>
+        <a class="brand" href="./index.html"><img src=".//resources/images/gora-logo.png" alt="Apache Gora" title="Apache Gora" /></a>
+        <div class="nav-collapse collapse">
+          <ul class="nav">
+            <li><a href="./downloads.html">Downloads</a></li>
+            <li class="dropdown">
+              <a href="#" class="dropdown-toggle" data-toggle="dropdown">Community <b class="caret"></b></a>
+              <ul class="dropdown-menu pull-right">
+                <li><a href="./board-reports/index.html">Board Reporting</a></li>
+                <li><a href="./contribute.html">Contribute</a></li>
+                <li><a href="./mailing_lists.html">Mailing Lists</a></li>
+                <li><a href="./credits.html">People</a></li>
+                <li><a href="./related.html">Related Projects</a></li>
+              </ul>
+            </li>
+            <li class="dropdown">
+              <a href="#" class="dropdown-toggle" data-toggle="dropdown">Documentation <b class="caret"></b></a>
+              <ul class="dropdown-menu pull-right">
+                <li><a href="./about.html">About</a></li>
+                <li><a href="./current/overview.html">Current Documentation</a></li>
+                <li><a href="./current/api/index.html">JavaDoc Documentation</a></li>
+              </ul>
+            </li>
+            <li class="dropdown">
+              <a href="#" class="dropdown-toggle" data-toggle="dropdown">Development <b class="caret"></b></a>
+              <ul class="dropdown-menu pull-right">
+                <li><a href="./issue_tracking.html">Issue Tracking</a></li>
+                <li><a href="./mailing_lists.html">Mailing Lists</a></li>
+                <li><a href="./nightly_builds.html">Nightly Builds</a></li>
+                <li><a href="./version_control.html">Version Control</a></li>
+              </ul>
+            </li>
+            <li class="dropdown">
+              <a href="#" class="dropdown-toggle" data-toggle="dropdown">
+                <img src="./resources/img/feather-small.png" alt="Apache" title="Apache" /> <b class="caret"></b></a>
+              <ul class="dropdown-menu pull-right">
+                <li><a href="http://www.apache.org">Apache Home</a></li>
+                <li><a href="http://www.apache.org/licenses/">Apache License</a></li>
+                <li><a href="http://www.apache.org/security/">Security</a></li>
+                <li><a href="http://www.apache.org/foundation/sponsorship.html">Support</a></li>
+                <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
+              </ul>
+            </li>
+          </ul>
+          <form id="search-form" class="navbar-search pull-right" action="http://www.google.com/cse" method="get">
+            <input value="gora.apache.org" name="sitesearch" type="hidden" />
+            <input class="search-query" name="q" id="query" type="text" />
+          </form>
+          <script type="text/javascript" src="http://www.google.com/coop/cse/brand?form=search-form"></script>
+        </div><!--/.nav-collapse -->
+      </div>
+    </div>
+  </div>
+
+  <div class="container" id="Gora_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>
+<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>
+(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>.
+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>
+<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>
+<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. 
+The repository can be cloned by:</p>
+<div class="codehilite"><pre><span class="nv">$</span> <span class="nv">git</span> <span class="n">clone</span> <span class="n">http:</span><span class="sr">//gi</span><span class="n">t</span><span class="o">.</span><span class="n">apache</span><span class="o">.</span><span class="n">org</span><span class="sr">/gora.git/</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
+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>
+
+  <hr>
+
+  <div class="container">
+    <footer>
+      <p>Copyright © 2010-2013 The Apache Software Foundation. Licensed under <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>.
+      </p>
+      <p>Apache Gora, Gora, Apache, the Apache feather logo, and the Apache Gora project logo are trademarks of The Apache Software Foundation.
+      </p>
+    </footer>
+
+  </div> <!-- /container -->
+
+  <!-- The javascript
+  ================================================== -->
+  <!-- Placed at the end of the document so the pages load faster -->
+  <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js"; type="text/javascript"></script>
+  <script src="/resources/js/bootstrap.min.js"></script>
+
+</body>
+</html>