On Thu, 2008-12-04 at 12:29 -0500, Daniel Kulp wrote: > Check the svn:eol-style attribute on the files: > > svn proplist FILE > svn propget svn:eol-style FILE > > If there isn't an svn:eol-style attribute, svn won't touch it. You might > want to do something like:
Does "won't touch it" mean that the line endings won't be changed at all without the property set? If that is the case we need to make sure that *all* text files have the attribute set (not just cpp ones). Andrew
