/development/pdk/docs/source/ |
git-repo.jd | 1 page.title=Using Repo and Git 4 <p>To work with the Android code, you will need to use both Git and Repo.<br></p> 7 <li><i>Repo</i> 8 is a tool that we built on top of Git. Repo helps us manage the many Git repositories, does the uploads to our <a href="http://review.source.android.com/">revision control system</a> 9 , and automates parts of the Android development workflow. Repo is not meant to replace Git, only to make it easier to work with Git in the context of Android. The repocommand is an executable Python script that you can put anywhere in your path.<i><br><br></i> 10 In working with the Android source files, you will use Repo for across-network operations. For example, with a single Repo command you can download files from multiple repositories into your local working directory. 22 In most situations, you can use Git instead of Repo, or mix Repo and Git 23 commands to form complex commands. Using Repo for basic across-networ [all...] |
submit-patches.jd | 12 <li>For details about Repo, see <a href="{@docRoot}source/git-repo.html">Using Repo and Git</a>.<br></li> 26 <ol><li>Use repo start <i>branchname</i> 32 <li>Use repo status and git diff to view the status of your files.<i><br></i> 35 <li><span>Use repo upload to upload changes to the review server</span> 38 You can track your uploaded changes using the Gerrit code-review tool. When it's time to work on the code again, run repo sync, then go back to step 1 above and start another topic branch.<br><br>The steps will not always come in the order shown--for example, you might run git diff at several points in the process.<br><br><h3> 40 Start a topic branch called default in your local work environment:<br><br>$ repo start default <br><br>For more about topic branches, see <a href="{@docRoot}source/git-repo.html">Using Repo and Git</a>.<br><h3 [all...] |
download.jd | 4 <div><br>This document describes how to set up your local work environment, how to use Repo to get the Android files, and how to build the files on your machine.<br><br>Related reading:<br></div> 8 <li>For reference details about Repo, see <a href="{@docRoot}source/git-repo.html">Using Repo and Git</a> 176 Installing Repo <br></h2> 177 <div><p>Repo is a tool that makes it easier to work with Git in the context of 178 Android. For more information about Repo, see <a 179 href="{@docRoot}source/git-repo.html">Using Repo and Git</a> 181 To install, initialize, and configure Repo, follow these steps:<br><br></div [all...] |
source_toc.cs | 19 <li><a href="<?cs var:toroot ?>source/git-repo.html">Using git and repo</a></li>
|
building-dream.jd | 12 to setup repo and check out the sources. 26 to setup repo and check out the sources.
|
index.jd | 32 learning about <code>git</code>, <code>repo</code>, and other tools using the
|
overview-1.5.jd | 12 the source code onto your local machine. You can use<i>repo init -u</i>
|
overview.jd | 9 the source code onto your local machine. You can use <code>repo init -u
|
/development/docs/ |
howto_SDK_git_cygwin.txt | 69 Out of the box, "repo" and "git" will work just fine under Cygwin: 71 $ repo init -u git://android.git.kernel.org/platform/manifest.git 72 $ repo sync 85 $ repo init -u ssh://my.private.ssh.repo/platform/manifest.git 87 $ repo sync 94 There is one remaining issue with the default repo/git options: 96 If you plan on contributing, you will notice that even after a fresh "repo 105 To do this you just need to create a file .repo/local_manifest.xml that 128 Here's a script that takes care of all these details. It performs the repo [all...] |
howto_build_SDK.txt | 77 $ repo init -u git://android.git.kernel.org/platform/manifest.git -b cupcake 78 $ repo sync 149 $ repo init -u git://android.git.kernel.org/platform/manifest.git -b cupcake 150 $ repo sync 255 $ cd ~/my-android-git # <-- this is where you did your "repo sync"
|
/development/pdk/docs/community/ |
community_toc.cs | 11 <li><a href="http://groups.google.com/group/repo-discuss">repo-discuss</a> <span style="font-size: 75%; font-variant: small-caps">[off-site]</span></li>
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/ |
ResourceChooser.java | 217 IResourceRepository repo = mProjectResources; local 220 repo = mSystemResources; 222 return repo; 229 IResourceRepository repo = getCurrentRepository(); local 230 setListElements(repo.getResources(mResourceType)); 241 IResourceRepository repo = getCurrentRepository(); local 243 ResourceItem[] items = repo.getResources(mResourceType);
|
/external/webkit/WebKit/chromium/src/ |
SharedWorkerRepository.cpp | 215 WebSharedWorkerRepository* repo = WebKit::webKitClient()->sharedWorkerRepository(); local 216 if (repo) 217 repo->documentDetached(getId(document)); 226 WebSharedWorkerRepository* repo = WebKit::webKitClient()->sharedWorkerRepository(); local 227 return repo && repo->hasSharedWorkers(getId(document));
|
/external/dhcpcd/mk/ |
dist.mk | 1 # rules to make a distribution tarball from a svn repo
|
/development/pdk/docs/porting/ |
source_setup_guide.jd | 112 <p>An alternative method to quickly install Java is to enable multiverse repo in <code>/etc/apt/sources.list</code> and then execute:</p>
|
/ndk/build/platforms/android-5/arch-arm/usr/lib/ |
libGLESv2.so | |
libGLESv1_CM.so | |
/ndk/build/platforms/android-8/arch-arm/usr/lib/ |
libGLESv2.so | |
libjnigraphics.so | |
libGLESv1_CM.so | |
/ndk/docs/ |
DEVELOPMENT.TXT | 16 If you intend to contribute patches, you might want to use the "repo" tool instead.
|
/sdk/eclipse/scripts/ |
collect_sources_for_sdk.py | 57 %s [-n] <android-git-repo root> <sdk/platforms/xyz/sources>
|
/external/blktrace/ |
README | 29 For browsing the repo over http and viewing history etc, you can direct
|
/external/bluetooth/glib/gobject/ |
gclosure.h | 245 - need marshaller repo with decent aliasing to base types
|
/ndk/build/platforms/android-4/arch-arm/usr/lib/ |
libGLESv1_CM.so | |