[chromium-dev] Re: confused with chrome's version control

2009-06-10 Thread dhhwai
For Continous builds, from http://dev.chromium.org/developers/how-tos/get-the-code in the section Staying Green More Of The Time, it says regarding the LATEST Continuous build that http://build.chromium.org/buildbot/ continuous/LATEST/REVISION - This corresponds to the most recent revision that

[chromium-dev] Re: confused with chrome's version control

2009-06-09 Thread Jickae Davis
After carefully check, I think I am confused about continuous and snapshot, :(. Amanda said: continuous: ever time anyone checks in a change, we have a continuous build system that checks out the change and tries to build Chromium. snapshot: a snapshot build is simply a copy of chromium that was

[chromium-dev] Re: confused with chrome's version control

2009-06-09 Thread Jickae Davis
And I also encountered a new question. How to update to certain revision of different kinds(snapshot/continuous/tarball). For example, I want chrome r17830 of snapshot/continuous/tarball. --~--~-~--~~~---~--~~ Chromium Developers mailing list:

[chromium-dev] Re: confused with chrome's version control

2009-06-09 Thread Thomas Van Lenten
From the very end of http://dev.chromium.org/developers/how-tos/get-the-code gclient sync --revision s...@ TVL On Tue, Jun 9, 2009 at 9:27 AM, Jickae Davis jick...@gmail.com wrote: And I also encountered a new question. How to update to certain revision of different

[chromium-dev] Re: confused with chrome's version control

2009-06-09 Thread dhhwai
Hi Jickae, Your summary is all correct, with the addition of Thomas' note: the source tarball is raw source code. This is useful if you want to see the actual C++ source used to program Chromium. So as Thomas said, gclient sync --revision s...@ will get you the source code of a specific

[chromium-dev] Re: confused with chrome's version control

2009-06-02 Thread dhhwai
On Jun 2, 8:20 pm, Davis Jickae jick...@gmail.com wrote: I'm new with chrome, and now confused with chrome's version control. I find there're tarball, snapshot, continuous or maybe some other kinds of version. So, how many kinds of versions  chrome has? What do they dedicate on each? In

[chromium-dev] Re: confused with chrome's version control

2009-06-02 Thread dhhwai
Snapshot builds are current, on the fly, development builds whenever a developer has checked in changes for recompiling. You get a snapshot build whenever there is a successful compile. Continuous builds are those snapshot builds that have passed all the automated tests. The latest tarball

[chromium-dev] Re: confused with chrome's version control

2009-06-02 Thread Mohamed Mansour
Hi, the difference between chrome and chromium is written here pretty well: http://blog.chromium.org/2008/10/google-chrome-chromium-and-google.html There is Google Chrome and Chromium (two versions). Google Chrome has many versions (Stable / Beta / Dev ) to learn more about them, you can read the

[chromium-dev] Re: confused with chrome's version control

2009-06-02 Thread Amanda Walker
There is only one form of version control, which is the Subversion repository. For convenience, we provide a few alternatives to checking out a source tree from subversion and building it: tarballs: a tarball is a tar format archive of a complete source tree that has been checked out from the