You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tajo.apache.org by hy...@apache.org on 2013/11/25 07:45:30 UTC

svn commit: r1545160 - /incubator/tajo/site/source-code.html

Author: hyunsik
Date: Mon Nov 25 06:45:29 2013
New Revision: 1545160

URL: http://svn.apache.org/r1545160
Log:
Update Source Code page.

Modified:
    incubator/tajo/site/source-code.html

Modified: incubator/tajo/site/source-code.html
URL: http://svn.apache.org/viewvc/incubator/tajo/site/source-code.html?rev=1545160&r1=1545159&r2=1545160&view=diff
==============================================================================
--- incubator/tajo/site/source-code.html (original)
+++ incubator/tajo/site/source-code.html Mon Nov 25 06:45:29 2013
@@ -9,7 +9,7 @@
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <meta name="Date-Revision-yyyymmdd" content="20131125" />
     <meta http-equiv="Content-Language" content="en" />
-    <title>Tajo - A Big Data Warehouse System on Hadoop - Source Code</title>
+    <title>Tajo - A Big Data Warehouse System on Hadoop - </title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
     <link rel="stylesheet" href="./css/site.css" />
     <link rel="stylesheet" href="./css/print.css" media="print" />
@@ -182,7 +182,7 @@
         Tajo</a>
         </li>
       <li class="divider ">/</li>
-        <li class="">Source Code</li>
+        <li class=""></li>
         
                 
                     
@@ -349,16 +349,42 @@
                 
         <div id="bodyColumn"  class="span9" >
                                   
-            <!-- 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. --><div class="section">
+            <!-- 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. --><div class="section">
 <h2>Apache Git Repository<a name="Apache_Git_Repository"></a></h2>
-<p>The development codebase can also be downloaded from the Apache git repository at: <a class="externalLink" href="https://git-wip-us.apache.org/repos/asf/incubator-tajo.git"></a> as follows:</p>
-<div>
-<pre>git clone https://git-wip-us.apache.org/repos/asf/incubator-tajo.git</pre></div></div>
+<p>The development codebase can also be downloaded from the <a class="externalLink" href="https://git-wip-us.apache.org/repos/asf/incubator-tajo.git">Apache git repository</a> at:</p>
+
+<div class="source">
+<pre>git clone https://git-wip-us.apache.org/repos/asf/incubator-tajo.git
+</pre></div>
+<div class="section">
+<h3>Getting a Specific Branch or Tag<a name="Getting_a_Specific_Branch_or_Tag"></a></h3>
+<p>If you want to get a specific branch or tagged source code, just add an option -b <i>branch or tag name</i> as follow:</p>
+
+<div class="source">
+<pre>git clone -b [branch or tag name] https://git-wip-us.apache.org/repos/asf/incubator-tajo.git
+</pre></div>
+<p>You can see all available branch or tag lists at <a class="externalLink" href="https://git-wip-us.apache.org/repos/asf?p=incubator-tajo.git;a=tags">here</a>.</p></div></div>
 <div class="section">
 <h2>Github<a name="Github"></a></h2>
-<p>A read-only git repository is also mirrored on Github (<a class="externalLink" href="https://github.com/apache/incubator-tajo"></a>).</p>
-<div>
-<pre>git clone https://github.com/apache/incubator-tajo.git</pre></div></div>
+<p>A read-only git repository is also mirrored <a class="externalLink" href="https://github.com/apache/incubator-tajo">on Github</a>.</p>
+
+<div class="source">
+<pre>git clone https://github.com/apache/incubator-tajo.git
+</pre></div></div>
                   </div>
             </div>
           </div>