I need to do the following steps,i need to update the default.xml to change the revision of some projects and then sync the code,is there a repo option to sync to local default.xml files?if not can you please advise how to deal with this problem?
1.repo init -u git://git. company.com/platform/manifest.git -b <branchname>
2.Update default.xml to change the revision of some projects
<project path="kernel"
name="kernel/msm"
revision="refs/heads/3.18" />
3. repo sync