12-22-2011 05:24 AM
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
01-06-2012 10:15 AM
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
12-22-2011 08:07 AM
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.
12-22-2011 09:04 PM
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>
01-06-2012 10:39 AM
Fixed since Jan 5 '12
01-06-2012 10:15 AM
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
01-06-2012 10:41 AM
This is automatically managed by clone.py script
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.