Getting Nuxeo EP sources
Nuxeo EP sources are retrieved using Mercurial. In addition, the Mercurial Forest Extension is suggested to simplify the management of several repositories at once.Getting the 5.1 branch (stable)
Use the following:hg clone http://hg.nuxeo.org/nuxeo#5.1 cd nuxeo hg clone http://hg.nuxeo.org/nuxeo/nuxeo-common#1.4 hg clone http://hg.nuxeo.org/nuxeo/nuxeo-runtime#1.4 hg clone http://hg.nuxeo.org/nuxeo/nuxeo-core#1.4 hg clone http://hg.nuxeo.org/nuxeo/nuxeo-theme#5.1 hg clone http://hg.nuxeo.org/nuxeo/nuxeo-platform#5.1
Getting a specific release
If for instance you want to get the 5.1.4 release, follow the instructions above by replacing 5.1 with 5.1.4 and 1.4 with 1.4.1. (To make sure it's really 1.4.1 common/runtime/core that comes with 5.1.4, check in their pom.xml.)Getting out the 5.2 branch (experimental / development)
Just use the instructions above, but replace 5.1 with 5.2 and 1.4 with 1.5.Updating your sources
When you want to update your sources to the latest version, you can run (when using the Mercurial Forest Extension):hg fpull -u
hg pull -u
not updating, since new heads added
Downloading the Nuxeo RCP sources
The Nuxeo RCP sources still live in a SVN repository, on https://svn.nuxeo.org/nuxeo/nuxeo-rcp/trunk
Version 4.1 last modified by Stefane Fermigier on 20/05/2008 at 12:37
Document data
Attachments:
No attachments for this document
Comments: 0