Lines Matching full:repo
31 <h2 id="installing-repo">
32 Installing Repo
35 Repo is a tool that makes it easier to work with Git in the context of Android. For more
36 information about Repo, see the <a href="developing.html">Developing</a> section.
39 To install Repo:
55 Download the Repo tool and ensure that it is executable:
58 $ curl https://storage.googleapis.com/git-repo-downloads/repo > ~/bin/repo
59 $ chmod a+x ~/bin/repo
64 For version 1.17, the SHA-1 checksum for repo is ddd79b6d5a7807e911b524cb223bc3544b661c28
67 For version 1.19, the SHA-1 checksum for repo is 92cbad8c880f697b58ed83e348d06619f8098e6c
70 For version 1.20, the SHA-1 checksum for repo is e197cb48ff4ddda4d11f23940d316e323b29671c
73 For version 1.21, the SHA-1 checksum for repo is b8bd1804f432ecf1bab730949c82b93b0fc5fede
75 <h2 id="initializing-a-repo-client">
76 Initializing a Repo client
79 After installing Repo, set up your client to access the Android source repository:
94 Run <code>repo init</code> to bring down the latest version of Repo with all its most
100 $ repo init -u https://android.googlesource.com/platform/manifest
106 $ repo init -u https://android.googlesource.com/platform/manifest -b android-4.0.1_r1
111 When prompted, configure Repo with your real name and email address. To use the Gerrit
120 A successful initialization will end with a message stating that Repo is initialized in your
121 working directory. Your client directory should now contain a <code>.repo</code> directory
131 <pre>$ repo sync</pre>
134 The initial sync operation will take an hour or more to complete. For more about <code>repo
135 sync</code> and other Repo commands, see the <a href="developing.html">Developing</a> section.
165 $ repo init -u https://android.googlesource.com/a/platform/manifest
172 might be necessary to explicitly specify the proxy that is then used by repo:
186 $ repo sync -j1
206 $ repo init -u https://android.googlesource.com/mirror/manifest --mirror
207 $ repo sync
215 $ repo init -u /usr/local/aosp/mirror/platform/manifest.git
216 $ repo sync
224 $ repo sync
226 $ repo sync