The first URL gives the location of the source repository. It should be http://src.chromium.org/svn/trunk/src .
The second URL is optional. It gives the location of a file holding the number of the Last Known Good Revision (lkgr); that is, the last revision that compiled and passed automated tests. If you use it, it should be http://chromium-status.appspot.com/lkg . So either of these will work: gclient config http://src.chromium.org/svn/trunk/src gclient config http://src.chromium.org/svn/trunk/src http://chromium-status.appspot.com/lkg The first version will pull the tip of the tree, which may be broken at any given moment. The second version will pull the LKGR. - Pam On Sat, Aug 29, 2009 at 5:18 AM, TsanChung<[email protected]> wrote: > > I am a newbie chromium developer on ubuntu 8.04.. > > Should I use > gclient config http://chromium-status.appspot.com/lkgr > instead of > gclient config http://src.chromium.org/svn/trunk/src > or > gclient config http://src.chromium.org/svn/trunk/src > http://chromium-status.appspot.com/lkgr? > > > > --~--~---------~--~----~------------~-------~--~----~ Chromium Developers mailing list: [email protected] View archives, change email options, or unsubscribe: http://groups.google.com/group/chromium-dev -~----------~----~----~----~------~----~------~--~---
