Florent Guillaume ha scritto:
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.

I'm trying to setup the same environment that I used with svn; but I have some questions.
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/
I executed these instructions, and the directories were created without warnings; but going in the ./nuxeo directory and issuing the normal
   ant jboss-clean
   ant
sequence of commands gives me a build error.
Is this normal because some reppositories are missing?
Or if you have installed the forest extension, just do:
  hg fclone http://hg.nuxeo.org/master/nuxeo/
I was not able to download the forest extension and this extension doesn't appear between the debian Lenny packages (BTW mercurial version is 0.9.5)
There is any hint on how to download and install this extension?

(Note that there are other repositories that have not been migrated yet, but will be soon, like nuxeo-addons or apogee.)
Are these repositories needed for the build process?

Another question, to update the repository is it sufficient to issue an "hg pull" inside the ./nuxeo directory, or this have to be done for all the cloned repositories?

Florent


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

Reply via email to