Repo command with no results
- by Mayank
Hello,
I have installed repo and git on my PC. I am trying to get the latest Android source by using the following commands:
repo init -u git://android.git.kernel.org/platform/manifest.git
The command succeeds but I am not able to see .repo directory created.
repo sync
This command also succeeds and the program shows the details of objects being received. However I am not able to see anything downloaded to my PC.
Any help will be appreciated.