Overview

This project uses Mercurial to manage its source code. Instructions on Mercurial use can be found at http://hgbook.red-bean.com/read/.

Web Access

The following is a link to the online source repository.

Anonymous access

The source can be checked out anonymously from Mercurial with this command (See http://www.selenic.com/mercurial/hg.1.html#clone):

$ hg clone https://hg.java.net/hg/truecommons~parent/guice-demo

Developer access

Only project developers can access the GIT tree via this method (See http://git-scm.com/docs/git-clone).

$ git clone git@github.com:christian-schlichtherle/guice-demo.git

Access from behind a firewall

Refer to the documentation of the SCM used for more information about access behind a firewall.