Temporary problem or a local problem at your side, I don't have a problem accessing that repository at the moment.
It is not a temporary problem this time. It's a problem off the native build svn fetcher. In the used openembedded core revision it is broken for http protocol.
To work around on this, You can :
1) Use master-next there svn build back ok using 1.8.9 with serf instead of neon. Master next is now in it's first steps and not fully finished yet. It is for beta test builders and users who like to experiment test and bring up the errors with eventual solution.
There are some small issues with it. But that's normal its in developpement fase.
2) If you're compiling on a linux system such like ubuntu 12.04 or 14.04 and subversion is installed on you're system. (sudo apt apt-get install subversion).
Remove all the svnxx out you're pli4.0 native build map by me located in openpli-oe-core/build/tmp/sysroots/x86_64-linux/usr/bin Then it will use system subversion and ok.
3) Modifie the neon build bb file located in /home/christophe/openpli40-sav/openpli-oe-core/openembedded-core/meta/recipes-support/neon named neon_0.30.0.bb. from that bb file change line number 19
#line number 19 # from :inherit autotools binconfig-disabled lib_package pkgconfig# to : inherit autotools lib_package pkgconfig
Then rebuild neon, svn and image. Best procedure to follow :
MACHINE=vuduo2 bitbake -b virtual:native:$HOME/openpli40/openpli-oe-core/meta-local/recipes-local/subversion/subversion_1.7.10.bb -f -c cleanall
MACHINE=vuduo2 bitbake -b $HOME/openpli40/openpli-oe-core/openembedded-core/meta/recipes-devtools/subversion/subversion_1.7.10.bb -f -c cleanall
MACHINE=vuduo2 bitbake -b virtual:native:$HOME/openpli40/openpli-oe-core/openembedded-core/meta/recipes-support/neon/neon_0.30.0.bb -f -c cleanall
MACHINE=vuduo2 bitbake -b $HOME/openpli40/openpli-oe-core/openembedded-core/meta/recipes-support/neon/neon_0.30.0.bb -f -c cleanall
MACHINE=vuduo2 bitbake -c cleanall openpli-enigma2-image
The modifie the neon_0.30.3.bb recipe.
Rebuild You're image and it will be ok.
Edited by christophecvr, 30 July 2014 - 11:52.