Hi all,

Nuxeo has switched to Mercurial instead of Subversion for its source control management. This gives us (and you, third-part developers) many benefits, not the least being speed.

The repository is at http://hg.nuxeo.org/master

You can find a nice quick tutorial about Mercurial (aka hg) at 
http://www.selenic.com/mercurial/wiki/index.cgi/Tutorial
Basically, if you just want to get the source, install a Mercurial package, and do:
  hg clone http://hg.nuxeo.org/master/nuxeo/
  cd nuxeo
  hg clone http://hg.nuxeo.org/master/nuxeo/nuxeo-common/
  hg clone http://hg.nuxeo.org/master/nuxeo/nuxeo-core/
  hg clone http://hg.nuxeo.org/master/nuxeo/nuxeo-platform/
  hg clone http://hg.nuxeo.org/master/nuxeo/nuxeo-runtime/
  hg clone http://hg.nuxeo.org/master/nuxeo/nuxeo-theme/
Or if you have installed the forest extension, just do:
  hg fclone http://hg.nuxeo.org/master/nuxeo/

(Note that there are other repositories that have not been migrated yet, but will be soon, like nuxeo-addons or apogee.)

Florent

--
Florent Guillaume, Director of R&D, Nuxeo
Open Source Enterprise Content Management (ECM)
http://www.nuxeo.com   http://www.nuxeo.org   +33 1 40 33 79 87

_______________________________________________
ECM mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm

Reply via email to