The OPS4J
project is lending us a hand for the infrastructure. To check out the Qi4j codebase you need Subversion
and then issue the following command.
svn co https://scm.ops4j.org/repos/ops4j/projects/qi4j
We will later establish a sandbox and experimental area dedicated to Qi4j. This is where people will be able to publish their stuff before it goes mainstream, do small experiments and temporary branches of the existing trunk codebase. You will find that in;
svn co https://scm.ops4j.org/repos/ops4j/laboratory/qi4j
During the release processes the code will be committed into read-only locations in the OPS4J repository. This is to ensure that any released artifact can be recreated from sources. These will show up in;
svn co https://scm.ops4j.org/repos/ops4j/qa/qi4j (release candidates)svn co https://scm.ops4j.org/repos/ops4j/releases/qi4j (final releases)