Re: [yocto] svn fetch problem?

2015-10-07 Thread Daniel.
The build system creates a tar.gz file from the SVN checkout. Probally the devshell opens on this .tar.gz exploded, not at the folder checked out. What I do is checkout manunally and use toolchain to compile. So I do fix/compile/test cycle on my own workcopy and using toolchains provided by

[yocto] svn fetch problem?

2015-10-07 Thread Allen Curtis
Hello, I am fetching my source code from SVN in my recipe file. The build works fine. However if I open a "devshell", the .svn directory is missing so I can not checkin any modifications. I looked at svn.py and it looks like it should be doing a checkout operation. How do I fix this? --