yeah, thanks for follow-up, i was able to sync and get it working but as fyi - i did stumble on the way using gclient
since i was syncing to this svn end point : http://src.chromium.org/svn/releases/3.0.195.27/src/ which has different "DEPS" file http://src.chromium.org/svn/releases/3.0.195.27/src/DEPS it was choking gclient to sync due to "svn://chrome-svn" - could not resolve this. "src/third_party/WebKit/LayoutTests": "svn://chrome-svn/chrome/branches/WebKit/195/layoutte...@22623", so i changed it point to http://src.chromium.org/svn/releases/3.0.195.27 instead (NOTE without /src in the end this time) - it worked better and was able to get all the right dependent versions. the second thing i stumbled on was "gclient runhooks --force" - it was complaining about "branding" as undefined variable in "\src\third_party \ffmpeg\ffmpeg.gyp" in the below line From ==== 'ffmpeg_branding%': '<(branding)', To ==== 'ffmpeg_branding%': 'Chromium', then , it was able to generate all the VC .sln/vcproj file. this is an quick update/experience when syncing with svn repository for 3.0.195.27. Thanks again for quick turnaround. Amit. On Oct 16, 4:48 am, PhistucK <[email protected]> wrote: > Your question was probably answered already (or you have given up), but the > releases folder was updated, it seems and the sources you were looking for > are there now. > The specific one you were looking for > -http://src.chromium.org/viewvc/chrome/releases/3.0.195.25/ > The latest one -http://src.chromium.org/viewvc/chrome/releases/3.0.195.27/ > > ☆PhistucK > > On Tue, Oct 6, 2009 at 21:34, Amit Kishnani <[email protected]> wrote: > > > Hey Guys, > > > what is difference between these releases "3.0.190.2" & "3.0.195.25" > > > i can get to "SVN" source tree to "read access" for code tree > > "3.0.190.2" using the following svn repository url > > >http://src.chromium.org/svn/releases/3.0.190.2/src/ > > > i want to make sure i am getting the latest stable source tree , is > > there a better svn url to get latest "3.0.195.25". please advise. > > > Thanks, > > Amit. --~--~---------~--~----~------------~-------~--~----~ Chromium Developers mailing list: [email protected] View archives, change email options, or unsubscribe: http://groups.google.com/group/chromium-dev -~----------~----~----~----~------~----~------~--~---
