For quite some time we’ve been looking at replacements for the ageing CVS setup we’ve been using. After considering and testing some of the newest distributed versioning systems available we’ve settled for Git for Ember. Note that this only affects Ember; other components of the Worldforge projects still reside in CVS.
Information on how to get the latest Ember source from Git can be found on the wiki. Here’s a quick primer nonetheless for those that just want to keep up with the latest development:
To get
git clone git://git.worldforge.org/ember.git
To update
git pull
The whole code tree can also be accessed through a nifty html front end over at http://git.worldforge.org/.