open source at google

satya - Wednesday, July 29, 2009 1:58:10 PM

session

session

satya - Friday, August 14, 2009 10:16:37 AM

gerrit

Search for: gerrit

satya - Friday, August 14, 2009 10:16:49 AM

repo

Search for: repo

satya - Friday, August 14, 2009 10:18:47 AM

So What is Gerrit

Home page

Gerrit is a web based code review system, facilitating online code reviews for projects using the Git version control system.

Gerrit makes reviews easier by showing changes in a side-by-side display, and allowing inline comments to be added by any reviewer.

Gerrit simplifies Git based project maintainership by permitting any authorized user to submit changes to the master Git repository, rather than requiring all approved changes to be merged in by hand by the project maintainer. This functionality enables a more centralized usage of Git.

satya - Friday, August 14, 2009 10:22:22 AM

well on to Repo

Repo is a tool that we built on top of Git. Repo helps us manage the many Git repositories, does the uploads to our revision control system, 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 repo command is an executable Python script that you can put anywhere in your path.

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.

satya - Friday, August 14, 2009 10:22:46 AM

using repo and git for working with android source

using repo and git for working with android source