Lets assume we've fetched an android source tree
.. committed some local changes and saved a snapshot
Will another 'repo sync' wipe the snapshot references from our tree or can we still revert to that snapshot later on?
Where to find reference to the snapshot in the local tree?
Code:
repo init -u $url && repo syncCode:
repo manifest -o ~/snapshot.xml -rWhere to find reference to the snapshot in the local tree?