The initial move to Git is now complete. You can download the current Dryad code from
https://github.com/datadryad/dryad-repo.
With the move to Git, we will have a slightly different development and deployment process. The primary branch is called dryad-master. This branch should always contain releasable code. All new code should be developed on branches, and a pull request should be issued for the code to be merged into the dryad-master branch. For more details on the development and deployment process, see
http://wiki.datadryad.org/Using_Git
Recent commits to the Dryad codebase are stored in the old-trunk branch. This includes anything that was on the trunk in subversion but not in the 1.11.2 branch. These commits need to be reviewed before they can be moved into dryad-master for deployment on the production server.
-- Ryan