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

Reply via email to