On Sep 7, 2017, at 12:00, Paolo Luigi Scala wrote: > I’ve just installed a brand new SVN server (1.9.5) on a remote machine, with > the idea of accessing the projects on it via WebDAV. > After the creation of a new svn project with svn import on a local directory > tree, if I try to checkout the project I get errors like: > > svn: E200014: Checksum mismatch for > '/Users/paolo/svn_itc/myproj/htdocs/data_entry/css/backup/grid_title.gif': > expected: 7228ec168e7c63f32f4b398eb1d288be > actual: eb68ca08cbd21b1029b5c10b6391d0d4 > > If I remove the file above, and try to checkout again, the process stops with > the same error on another file. > > I have the suspect this has something to do with the fact my project is a > Web-based project containing php, jpg, gif files, which are all file types > that Apache web server ‘understands’: I fear that, because I’m connecting ti > my svn server through the Apache module this might alter in some way those > files. To reinforce my suspect, if I checkout a file which is a backup of a > mysql database (plain text with .sql extension), it does not give the > checksum error. > > Thanks to everyone who would like to help me in some way.
I think you'd better show us the relevant parts of your Apache configuration file.