On Feb 15, 2018, at 14:18, Bo Berglund wrote: > I would like to set our SVN server to enforce some file properties for > commonly used files such as images and binary files as well as eol > handling between client operating systems.
The server-side auto-props feature can *suggest* properties users should use, but if you want to *enforce* that they are used, and prevent commits that don't, you have to write a pre-commit hook script to do that.