On Mon, Mar 06, 2006 at 04:51:03PM +0000, Angus Leeming wrote: > >So this is a file where we should set svn:eol-style LF? > > I believe so. However, when I mentioned this self-same issue a little while > ago, André came up with some reasoning why doing so was a bad idea. > Something to do with performance... Clearly, I'm no svn expert (:)) so I > can't add anything to that particular debate.
Performance won't degrade too much when rol-style is set on just a single file. However, if the idea is to enforce LF in this file the canonical solution is a pre-commit hook script that rejects commits containing the 'wrong' line endings. Andre'