[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [savannah-help-public] Checksum mismatch when checking out with http
From: |
Sigurd Nes |
Subject: |
Re: [savannah-help-public] Checksum mismatch when checking out with http |
Date: |
Mon, 15 May 2017 19:47:28 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 |
Yes - changing to https from behind the proxy solved the problem
Thanks
Sigurd
On 05/12/2017 11:15 AM, Bob Proulx wrote:
> Hello Sigurd,
>
> Sigurd Nes wrote:
>> I get a svn: E200014: Checksum mismatch for <various files, not consistent>
>> When cheking out with http - like:
>> svn co http://svn.savannah.nongnu.org/svn/fmsystem/trunk
>> Cheking out with svn+ssh is ok.
> Thank you for the report. However I cannot reproduce it. When I
> check out that project everything works fine for me. Which makes me
> wonder if the problem might be due to proxies between you and the
> servers. Since you are using 'http' it is possible and because of
> your report I think likely that you have an http proxy on your network
> that is mangling your data. Try https instead.
>
> svn co https://svn.savannah.nongnu.org/svn/fmsystem/trunk
>
> Try checking out the https version instead. If that works for you
> when the http does not then it is almost certainly a rogue http proxy
> between you and the network that is causing the problem.
>
> Of course best is to use svn+ssh protocol as you have found.
>
> Bob
>
>
>