On 4 June 2014 20:47, Vicente J. Botet Escriba
Le 04/06/14 21:07, Vicente J. Botet Escriba a écrit :
Le 04/06/14 19:45, Andrey Semashev a écrit :
On Wednesday 04 June 2014 19:20:30 Vicente J. Botet Escriba wrote:
Hi, I don't reach to get the last changes in libs/core after un update of the whole boost repository and it modules
That should be 'git submodule update --init'
Thanks, this works.
Yet another issue
Unable to checkout '7ff004658ebc7b48cf73028e71b6d7b831a5d0c8' in submodule path 'libs/predef'
When you get that the actual error is normally earlier in the output. It could be that the fetch failed, or that you've got a change in your local copy so it won't overwrite it with the new version. Try changing to 'libs/predef' and run 'git fetch' and 'git status'.