Hi Something disable a trick we use to download a zip file containing svn and uncompressing it. You can do it manually since it's one time process.
See for the details: http://src.chromium.org/viewvc/chrome/trunk/tools/depot_tools/bootstrap/win/win_tools.bat?view=markup If you follow the script, it downloads http://src.chromium.org/svn/trunk/tools/third_party/svn_bin.zip and uncompress it to depot_tools\svn_bin. Then it copies svn.new.bat to depot_tools\svn.bat depot_tools\svn.bat is used as a signal that the previous steps completed successfully. So since you already installed svn, create a svn.bat file in depot_tools that calls your installed svn version. M-A On Sat, Sep 26, 2009 at 7:05 PM, manuj sabharwal <[email protected]> wrote: > Its still not working. Same HTTP request error. Can there be problem with > firewall settings ? > I am using Mcafee at my antivirus software. > Thanks. > Manuj > > On Sat, Sep 26, 2009 at 3:57 PM, Mohamed Mansour <[email protected]> wrote: >> >> Hello, try running this command (from an Administrator command prompt): >> netsh interface tcp set global autotuninglevel=disabled >> See if that works for you, then run gclient sync --force again. >> -Mohamed >> >> >> On Sat, Sep 26, 2009 at 3:58 PM, Manni <[email protected]> wrote: >>> >>> Hi, >>> I am trying to download the chrome source code. I have installed VS >>> 2008 and Microsoft SDK. Later I downloaded the tarball and >>> depot_tools. I updated the path with depot_tools too. >>> But when i run command on vista -Sp2 it gives this error. >>> >>> C:\chromiumtrunk\home\chrome-svn\tarball\chromium\src\chrome>gclient >>> runhooks -- >>> force >>> Installing subversion ... >>> [-] XMLHTTP 80072ee2: Cannot make HTTP request (The operation timed >>> out >>> >>> ... Failed to checkout svn automatically. >>> Please visit http://subversion.tigris.org to download the latest >>> subversion clie >>> nt >>> before continuing. >>> You can also get the "prebacked" version used at >>> http://src.chromium.org/svn/tru >>> nk/tools/third_party/ >>> >>> I then downloaded tigris subversion and prebacked version too. But >>> stil have to same problem. >>> Can anyone help in getting started with the development? >>> >>> >> > > > > -- > Best Regards, > Manuj Sabharwal > > > > > Joan Crawford - "I, Joan Crawford, I believe in the dollar. Everything I > earn, I spend." > > > --~--~---------~--~----~------------~-------~--~----~ Chromium Developers mailing list: [email protected] View archives, change email options, or unsubscribe: http://groups.google.com/group/chromium-dev -~----------~----~----~----~------~----~------~--~---
