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

Note that most people working on Nuxeo EP should be cloning only one of those modules, usually nuxeo-platform.

Developers will have to use a https URL, and can include a user name and password in it if they don't want to type them every time they push: https://username:password@hg.nuxeo.org/... (This URL is stored in .hg/hgrc in your repository, you can change it after the initial clone.)

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

Without Forest, simply call in each repository:

hg pull -u

If, when you use this, you get a message like:

not updating, since new heads added
then you will have to call hg update manually in the appropriate repository.

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

Comments 0

No comments for this document

Attachments 0

No attachments for this document

Creator: Florent Guillaume on 2008/03/23 16:07
© 2008 Nuxeo
1.3.8295