Hi, I have a server with Apache + Dav_svn with subversion 1.8.8 but when i do svn checkout in a client, svn return this error: svn: E200014: Checksum mismatch for 'C:\svn\test\tiger.jpg': expected: e6a7e4a0ba1ab13a74877d0c55ba5293 actual: 949d93f8e6c6f26f385276053fbb72f0
I'm checking files tiger.jpg original vs tiger.jpg (local download in <repo>.svn/pristine/94/949d93....svn-base) and this file has at end Mime Header and the next file content... example: <JPEG binary File>HTTP/1.1 200 OK Date: Thu, 30 Oct 2014 10:55:09 GMT Server: Apache/2.4.7 (Ubuntu) Last-Modified: Wed, 29 Oct 2014 12:54:45 GMT ETag: "3//tiger.jpg" Cache-Control: max-age=604800 Accept-Ranges: bytes Content-Length: 1622166 Content-Type: application/octet-stream ÿØÿà..... <Next binary File> Thanks Ruben