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

svn commit: r1721324 - /mina/site/trunk/content/mina-project/sources.mdtext

Author: elecharny
Date: Tue Dec 22 09:54:11 2015
New Revision: 1721324

URL: http://svn.apache.org/viewvc?rev=1721324&view=rev
Log:
Updated teh source page to clarify the infos about tags

Modified:
    mina/site/trunk/content/mina-project/sources.mdtext

Modified: mina/site/trunk/content/mina-project/sources.mdtext
URL: http://svn.apache.org/viewvc/mina/site/trunk/content/mina-project/sources.mdtext?rev=1721324&r1=1721323&r2=1721324&view=diff
==============================================================================
--- mina/site/trunk/content/mina-project/sources.mdtext (original)
+++ mina/site/trunk/content/mina-project/sources.mdtext Tue Dec 22 09:54:11 2015
@@ -39,11 +39,49 @@ Again, anyone can do this. Use a command
 
 read only access :
 
-  git clone http://git-wip-us.apache.org/repos/asf/mina.git mina
+  $ git clone http://git-wip-us.apache.org/repos/asf/mina.git mina
 
 write access :
 
-  git clone https://git-wip-us.apache.org/repos/asf/mina.git mina
+  $ git clone https://git-wip-us.apache.org/repos/asf/mina.git mina
+
+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 :
+
+  * Mina 2.0
+  * Mina 3.0
+
+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 :
+
+  $ git checkout -b 2.0.10 2.0.10
+
+For the record, here are the various branches you can see :
+
+  $ 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
 
 # Building MINA