Results 1 to 2 of 2

Thread: Getting error “Failed to Checkout svn automatically” in google chrome

  1. #1
    Join Date
    Jan 2012
    Posts
    38

    Getting error “Failed to Checkout svn automatically” in google chrome

    Hi, i am using the chromium OS and using the Tortoise SVN, i have firewall installed on my system but i am getting the following error:

    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. It is then telling me to download latest subversion client.

    Can you help me solving this problem?

  2. #2
    Join Date
    Mar 2011
    Posts
    480

    re: Getting error “Failed to Checkout svn automatically” in google chrome

    I followed the build instructions and still got the same error. Then i was working with gclient tool and found that it is a problem with AJAX object. I have windows XP with SP 3. It is trying to make AJAX object with “MSXML2.ServerXMLHTTP” which is not present in my browser. So i then replaced this with “Microsoft.XMLHTTP” object. Then i had to make modification in file called “depot_tools\bootstrap\win\get_file.js”. I changed
    “xml_http = new ActiveXObject(“MSXML2.ServerXMLHTTP”) to the
    xml_http = new ActiveXObject(“Microsoft.XMLHTTP") , after making this change it is now working correctly.

Similar Threads

  1. google chrome tab automatically closing itself
    By minajoh in forum Technology & Internet
    Replies: 3
    Last Post: 18-09-2013, 12:43 PM
  2. Replies: 2
    Last Post: 04-06-2012, 01:13 PM
  3. Getting "DNS lookup failed" error message on Google Chrome
    By Kasavaraju in forum Technology & Internet
    Replies: 4
    Last Post: 25-04-2012, 09:37 PM
  4. Replies: 6
    Last Post: 28-02-2012, 09:16 PM
  5. Replies: 4
    Last Post: 25-05-2011, 10:21 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,750,227,701.02331 seconds with 16 queries