On Sat, Mar 11, 2006 at 04:32:09PM +0100, Lars Gullik Bjønnes wrote: > Andre Poenitz <[EMAIL PROTECTED]> writes: > > | On Wed, Mar 08, 2006 at 10:30:02PM +0100, Jean-Marc Lasgouttes wrote: > | > >>>>> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes: > | > > | > Andre> However, if the idea is to enforce LF in this file the > | > Andre> canonical solution is a pre-commit hook script that rejects > | > Andre> commits containing the 'wrong' line endings. > | > > | > No, the problem is that line ending must remain LF when checking out > | > in windows. > | > | That happens also if the file is checked in with LF and no svn:eol-style > | is set. > > But will svn then complain if you try to commit a file with mixed > line-endings?
Not without installing a pre-commit hook that will reject commits with 'wrong' line endings. But we could/should have such anyway. Andre'
