Overview
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.
Normal Git 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.
Web Access
The following is a link to the online source repository.
Cloning from the Git repo
Again, anyone can do this. Use a command like to checkout the current development version (the trunk):
For MINA
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
Building MINA
Instructions on how to build MINA can be found here
Released version
The following table displays the URL of each project, and the URL where you can find information about how to build each project.
Commit Changes to Git
In order to be able to push some modification, you have to be a committer.