How can I avoid fetching of .repo/manifest.xml (which is modified intentionally)? I do not want to get it modified during a repo sync.
- I have done a repo init, This step is completed.
- I did a small modification on the manifest.xml, removed some projects which are not required for a sync.
- When we go for a repo sync, it fetches the repo and removing the modifications done in step 2.
How to avoid this fetching of manifest? Purpose is to avoid syncing of some st of projects defined in the manifest.xml