Easyneuf team uses the control management system Mercurial which is comparable to SVN. An advantage of Mercurial is that one can develop in its own repository. In addition, there is no need to be connected to the main server while doing commit operations because the commits are local. The synchronization is carried out by the push operation, once the connexion is available.
The source code can be accessible at the web at this link.
The used management system tools is Mercurial.
In order to extract from the repository, just enter this commands :
hg clone http://hg.easyneuf.org/<name_of_the_project>
In order to download the integrality of the source code of the gate, copy and paste this lines :
hg clone http://hg.easyneuf.org/3dsquare hg clone http://hg.easyneuf.org/9buildroot hg clone http://hg.easyneuf.org/9login hg clone http://hg.easyneuf.org/9lpr hg clone http://hg.easyneuf.org/9mcc hg clone http://hg.easyneuf.org/9panel hg clone http://hg.easyneuf.org/9secours hg clone http://hg.easyneuf.org/autobuild hg clone http://hg.easyneuf.org/crosstool hg clone http://hg.easyneuf.org/easy3d hg clone http://hg.easyneuf.org/easywifi hg clone http://hg.easyneuf.org/gqlight hg clone http://hg.easyneuf.org/minidesk hg clone http://hg.easyneuf.org/9firstboot-geek hg clone http://hg.easyneuf.org/9buildroot-blackgate hg clone http://hg.easyneuf.org/easypacman hg clone http://hg.easyneuf.org/easyscreenshot hg clone http://hg.easyneuf.org/xgalaga