Repo command with no results
        Posted  
        
            by Mayank
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Mayank
        
        
        
        Published on 2009-07-08T14:59:28Z
        Indexed on 
            2010/03/23
            17:03 UTC
        
        
        Read the original article
        Hit count: 434
        
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.
© Stack Overflow or respective owner