Getting nuxeo sources 5.4.1 branch
Hi,
I try to get nuxeo 5.4.1 sources with the new github.
I got an error in cloning nuxeo-gwt;
Cloning nuxeo-gwt...
$> git clone http://github.com/nuxeo/nuxeo-gwt.git
Cloning into nuxeo-gwt...
fatal: http://github.com/nuxeo/nuxeo-gwt.git/info/refs not found: did you run git update-server-info on the server?
[ERROR]: command returned non-zero exit code: git clone http://github.com/nuxeo/nuxeo-gwt.git
0 votes
2 answers
1724 views
Now this sources have been moved to GitHub so your command must work:
git clone http://github.com/nuxeo/nuxeo-gwt.git
git checkout 5.4.1
Regards
This is automatically managed by clone.py script: from Nuxeo root, run:
python clone.py 5.4.1
01/06/2012
This repository seems not yet moved to github (migration has started one week ago).
To get this repository, have to install Mercurial and execute this command do this:
hg clone http://hg.nuxeo.org/nuxeo/nuxeo-gwt/
cd nuxeo-gwt
hg up 5.4.1
But I just warn you that we may really soon move it.
We first migrated to GitHub the required Mercurial repositories for Nuxeo 5.5/5.6. Since nuxeo-gwt repository has been deprecated between 5.4.1 and 5.5, it was not automatically moved.<br> That will be fixed very soon.
12/23/2011