+ Reply to Thread
Results 1 to 6 of 6

Thread: "Failed to Checkout svn automatically"

  1. #1
    Join Date
    Nov 2010
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default "Failed to Checkout svn automatically"

    Hi All,
    I am building the chromium OS and the getting the following error message

    I am using the TortoiseSVN.. i am using my building the code in an organization environment where we use firewall etc. security systems...

    please help me to solve the issue...


    C:\chromium.r67069\home\chrome-svn\tarball\chromium\src\chrome>gclient runhooks --force
    Installing subversion ...
    [-] XMLHTTP 80072efd: Cannot make HTTP request (A connection with the server could not be established

    ... Failed to checkout svn automatically.
    Please visit http://subversion.tigris.org to download the latest subversion client
    before continuing.
    You can also get the "prebacked" version used at http://src.chromium.org/svn/trunk/tools/third_party/



    Thanks in Advance!

  2. #2
    Join Date
    Jun 2011
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Question complite google chrome source code

    Hi ,

    I am also getting the following error. Can any one help to resolve this .

    Thanks in Advance

    [-] XMLHTTP 80072ee7: Cannot make HTTP request (The server name or address could
    not be resolved

    … Failed to checkout svn automatically.
    Please visit 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/

  3. #3
    Join Date
    Jun 2011
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Cool Failed to Checkout svn automatically

    Hi ,

    I resolved the above error. Even after following build instruction, i got this error so,i started investigating on gclient tool. and i found “it is an issue with AJAX object”.

    I am having WindowsXP with SP3 environment. In this configuration it is trying to create an ajax object with “MSXML2.ServerXMLHTTP” (this is not there in my browser/system). So, I replaced this with “Microsoft.XMLHTTP” object.

    I did a modification in the file “depot_tools\bootstrap\win\get_file.js”.

    Instead of
    “xml_http = new ActiveXObject(“MSXML2.ServerXMLHTTP”);”
    changed to
    “xml_http = new ActiveXObject(“Microsoft.XMLHTTP”);”

    Now it is working fine for me.

  4. #4
    Join Date
    Jan 2012
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Installing subversion ...
    Installing python ...
    svn: OPTIONS of 'http://src.chromium.org/svn/trunk/tools/third_party/python_26':
    could not connect to server (http://src.chromium.org)
    ... Failed to checkout python automatically.
    Please visit Python Programming Language – Official Website to download the latest python 2.x client before
    continuing.
    You can also get the "prebacked" version used at http://src.chromium.org/svn/tru
    nk/tools/third_party/

  5. #5
    Join Date
    Feb 2012
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Thumbs up Thanks

    Quote Originally Posted by stephen4amu View Post
    Hi ,

    I resolved the above error. Even after following build instruction, i got this error so,i started investigating on gclient tool. and i found “it is an issue with AJAX object”.

    I am having WindowsXP with SP3 environment. In this configuration it is trying to create an ajax object with “MSXML2.ServerXMLHTTP” (this is not there in my browser/system). So, I replaced this with “Microsoft.XMLHTTP” object.

    I did a modification in the file “depot_tools\bootstrap\win\get_file.js”.

    Instead of
    “xml_http = new ActiveXObject(“MSXML2.ServerXMLHTTP”);”
    changed to
    “xml_http = new ActiveXObject(“Microsoft.XMLHTTP”);”

    Now it is working fine for me.
    This solution solved the problem. I'm using windows 7. Thanks
    Last edited by rwesz; 02-10-2012 at 06:27 AM. Reason: adding more info about the problem

  6. #6
    Join Date
    Feb 2012
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Thanks stephen4amu for the solution. I was also having the same problem.

    _________________
    The truth is not for all men but only for those who seek it.

+ Reply to Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Optimization by vBSEO 3.6.0