Failed to Checkout svn automatically

http://chromespot.com/forum/google-chrome-troubleshooting/5353-failed-to-checkout-svn-automatically.html

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/



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.



  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值