After Repo sync, there are no files int he directory.
        Posted  
        
            by 
                taranfx
            
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by taranfx
        
        
        
        Published on 2010-12-22T03:50:57Z
        Indexed on 
            2010/12/22
            3:54 UTC
        
        
        Read the original article
        Hit count: 245
        
I've setup a new Repo for Android source code, and after executing the repo sync, there are no files in the repo directory. Did I miss something?
I used:
repo init -u git://android.git.kernel.org/platform/manifest.git
repo initialized in /home/tarandeep/code/Android
repo sync
... It downloaded GBs of data (I can confirm via network monitor) and then nothing appeared in the Android directory.
© Stack Overflow or respective owner