Yes, I did it, it helped. But I have one question: is it possible to
switch branch "automatically" for qt5?
I know about git submodule foreach --recursive but it will now help. Not
all submodules have dev, 5.10 branches...
This is the solution, with ignoring the errors in the modules that don't have
those branches.
Yes, I did a mistake in the email... But it really can solve the problem:
git submodule foreach --recursive "git checkout dev || true"
:) Miss-understanding but the solution found. :)
_______________________________________________
Development mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/development