You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by bu...@apache.org on 2015/12/22 10:54:18 UTC

svn commit: r976137 - in /websites/staging/mina/trunk/content: ./ mina-project/sources.html

Author: buildbot
Date: Tue Dec 22 09:54:18 2015
New Revision: 976137

Log:
Staging update by buildbot for mina

Modified:
    websites/staging/mina/trunk/content/   (props changed)
    websites/staging/mina/trunk/content/mina-project/sources.html

Propchange: websites/staging/mina/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Dec 22 09:54:18 2015
@@ -1 +1 @@
-1720360
+1721324

Modified: websites/staging/mina/trunk/content/mina-project/sources.html
==============================================================================
--- websites/staging/mina/trunk/content/mina-project/sources.html (original)
+++ websites/staging/mina/trunk/content/mina-project/sources.html Tue Dec 22 09:54:18 2015
@@ -173,9 +173,43 @@ h2:hover > .headerlink, h3:hover > .head
 <p>Again, anyone can do this. Use a command like to checkout the current development version (the trunk):</p>
 <h3 id="for-mina">For MINA<a class="headerlink" href="#for-mina" title="Permanent link">&para;</a></h3>
 <p>read only access :</p>
-<p>git clone http://git-wip-us.apache.org/repos/asf/mina.git mina</p>
+<p>$ git clone http://git-wip-us.apache.org/repos/asf/mina.git mina</p>
 <p>write access :</p>
-<p>git clone https://git-wip-us.apache.org/repos/asf/mina.git mina</p>
+<p>$ git clone https://git-wip-us.apache.org/repos/asf/mina.git mina</p>
+<p>Note that you will get the full repository, and you may probably want to work on a specific branch. We currently have 2 active branches :</p>
+<ul>
+<li>Mina 2.0</li>
+<li>Mina 3.0</li>
+</ul>
+<p>Cloning the MINA repository will get you to the trunk, ie the MINA 3.0 branch. If you want to work on th MINA 2.0 branch, you ought to checkout the latest 2.0 tag, after having cloned the repository :</p>
+<p>$ git checkout -b 2.0.10 2.0.10</p>
+<p>For the record, here are the various branches you can see :</p>
+<p>$ git tag
+  0.8.3
+  0.8.4
+  0.9.1
+  ...
+  0.9.5
+  1.0.0
+  1.0.1
+  ...
+  1.0.10
+  1.1.0
+  1.1.1
+  ...
+  1.1.7
+  2.0.0-M1
+  2.0.0-M2
+  ...
+  2.0.0-M6
+  2.0.0-RC1
+  2.0.0
+  2.0.1
+  ...
+  2.0.10
+  3.0.0-M1
+  3.0.0-M2
+  mina-parent-3.0.0-M1</p>
 <h1 id="building-mina">Building MINA<a class="headerlink" href="#building-mina" title="Permanent link">&para;</a></h1>
 <p>Instructions on how to build MINA can be found <a href="developer-guide.html">here</a></p>
 <h1 id="released-version">Released version<a class="headerlink" href="#released-version" title="Permanent link">&para;</a></h1>