I have updated my symfony version to 2.0.12 version.
But I have this error changing the deps, and deps.lock file
Installing/Updating metadata
fatal: ambiguous argument ‘1.0.0’: unknown revision or path not in the working tree.
Use ‘–‘ to separate paths from revisions
metadata
git=http://github.com/schmittjoh/metadata.git
version=1.0.0
deps.lock file
metadata 1.0.0
I have solved my problem. I have changed the deps.lock with the previous metadata branch id:
I mean I have made:
Hope it will help other people.
See ya
Sam