This project uses Subversion to manage its source code. Instructions on Subversion use can be found at http://svnbook.red-bean.com/ .
The following is the address of the online source repository.
https://svn.fosstrak.org/repos/hal/tags/hal-0.4.0
The source can be checked out anonymously from SVN with this command:
$ svn checkout https://svn.fosstrak.org/repos/hal/tags/hal-0.4.0 hal
Developers with commit rights can checkout the module using the following command:
$ svn checkout https://svn.fosstrak.org/repos/hal/trunk hal
To commit changes to the repository, execute the following command (svn will prompt you for your password):
$ svn commit --username your-username -m "A message"