On Thursday, 6 December 2012 at 20:31:03 UTC, Nathan M. Swan
wrote:
$ git clone git://github.com/carlor/dlang-workspace.git
dlang
$ cd dlang/
$ git clone <dmd, the central repo or your fork>
$ git clone <druntime, the central repo or your fork>
$ git clone <phobos, the central repo or your fork>
Highly, highly recommend using submodules so this becomes
$ git submodule init
$ git submodule update
Everyone will still be able to update the folders to the latest
in the same manner as currently done. And it will have the
benefit of having a selection of commits that are known to work
together and with the provided tools.
$ git submodule add repo dir
...
...
This will also be most appropriate if it gets official claim.