Source Repository
The Message Owl project stores its source code in a Git repository. If you are new to Git you might like to try the Git guide for subversion users or have a look at the Git community book.
The Git repository is here:
- git://forge.fusesource.com/msgo.git
You can browse the repository online if you prefer.
How to Checkout
You must first install a Git client. Then you clone the repository using the Git URL:
git clone git://forge.fusesource.com/msgo.git
cd msgo
You can clone the repository from Eclipse too, if you want to avoid using command line tools. The Eclipse git client can be obtained from the Eclipse EGit project download page, along with some good documentation. Use the same URL as for the command line clone.
Committer access
Project members who have configured a public SSH key in their user profile can push to the repository using the following URL:
- ssh://git@forge.fusesource.com/msgo.git
You must first install a Git client. Then you clone the repository using the Git URL:
git clone ssh://git@forge.fusesource.com/msgo.git
cd msgo
Next steps
Once you have checked out the code try following the instructions to build Message Owl or read the documentation.