Where to get nuxeo/sandbox/iansmith/book/lesson-bundle ?

I'm trying to study Nuxeo Platform Technical Documentation, which state that I can take a look at some examples at

$ svn export http://svn.nuxeo.org/nuxeo/sandbox/iansmith/book/lesson-bundle/

Unfortunately, these are my attempts..

C:\Temp>svn export http://svn.nuxeo.org/nuxeo/sandbox/iansmith/book/lesson-bundle/
svn: Repository moved temporarily to 'http://community.nuxeo.com/'; please relocate

C:\Temp>svn export http://community.nuxeo.com/nuxeo/sandbox/iansmith/book/lesson-bundle/
svn: Repository moved permanently to 'http://www.nuxeo.org/'; please relocate

C:\Temp>svn export http://www.nuxeo.org/nuxeo/sandbox/iansmith/book/lesson-bundle/
svn: Repository moved permanently to 'http://community.nuxeo.com/nuxeo/sandbox/iansmith/book/lesson-bundle'; please relocate

C:\Temp>svn export http://community.nuxeo.com/nuxeo/sandbox/iansmith/book/lesson-bundle/
svn: Repository moved permanently to 'http://www.nuxeo.org/'; please relocate

Where can I actually get the sample ?

0 votes

2 answers

1757 views

ANSWER



Hi sake,

This question has already been answered here: http://answers.nuxeo.com/questions/2288/svn-problem

0 votes



There is a sample project which builds on the tutorial, and illustrates a number of additional examples.

You can find the project in the now deprecated Mercurial repository:

hg clone http://hg.nuxeo.org/addons/nuxeo-sample-project

The source code seems to be available in the 5.4 and 5.3 branches so just do:

hg update 5.4
0 votes