25 Jan
2007
25 Jan
'07
7:31 p.m.
On Jan 24, 2007, at 11:35, Blair Zajac wrote:
Why not just remove the eol-style on files that have a broken build?
Note that this by itself would not be effective. Setting svn:eol- style to any value causes Subversion to convert the file to LF line endings internally when storing it in the repository. If this were to have broken any build, removing the svn:eol-style property would do just that; it would not also convert the line endings back to what they originally were, because Subversion does not know what they originally were.