cancel
Showing results for 
Search instead for 
Did you mean: 

Getting nuxeo sources 5.4.1 branch

gpoletto_
Champ in-the-making
Champ in-the-making

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
1 ACCEPTED ANSWER

Benjamin_Jalon1
Elite Collaborator
Elite Collaborator

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

View answer in original post

5 REPLIES 5

Benjamin_Jalon1
Elite Collaborator
Elite Collaborator

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>

Fixed since Jan 5 '12

Benjamin_Jalon1
Elite Collaborator
Elite Collaborator

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

Getting started

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.