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 2013/01/18 17:38:02 UTC

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

Author: elecharny
Date: Fri Jan 18 16:38:01 2013
New Revision: 1435236

URL: http://svn.apache.org/viewvc?rev=1435236&view=rev
Log:
Refered to GIT for MINA

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=1435236&r1=1435235&r2=1435236&view=diff
==============================================================================
--- mina/site/trunk/content/mina-project/sources.mdtext (original)
+++ mina/site/trunk/content/mina-project/sources.mdtext Fri Jan 18 16:38:01 2013
@@ -16,25 +16,29 @@ Notice:    Licensed to the Apache Softwa
            specific language governing permissions and limitations
            under the License.
 
-Sources for the Apache MINA projects are currently managed through Subversion (SVN). Instructions on Subversion use can be found at <http://svnbook.red-bean.com/>. If you are on Windows, the excellent TortoiseSVN client is highly recommended.
+Sources for the Apache MINA projects are currently managed through GIT. Instructions on GIT use can be found at <http://git-scm.com/book/>.
 
 For each project you can find a detailed description how to checkout and build the source on the project documentation. This page is just a short overview.
 
-# Web Access to Subversion
 
-If you just want to browse the source code, you can use the [web interface to Subversion](http://svn.apache.org/viewvc/mina). This is current at all times.
+# Normal Git Access
 
-# Normal Subversion Access
+Anyone can check code out of Git. You only need to specify a username and password in order to update the Git repository, and only MINA committers have the permissions to do that. We run Git over standard HTTPS, so hopefully you won't have problems with intervening firewalls.
 
-Anyone can check code out of Subversion. You only need to specify a username and password in order to update the Subversion repository, and only MINA committers have the permissions to do that. We run Subversion over standard HTTPS, so hopefully you won't have problems with intervening firewalls.
-
-# Check out from Subversion
+# Cloning from the Git repo
 
 Again, anyone can do this. Use a command like to checkout the current development version (the trunk):
 
 ### For MINA
 
-	svn checkout http://svn.apache.org/repos/asf/mina/mina/trunk
+read only access :
+
+  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
+
 
 ### For FtpServer