2007/5/31, Xavier Hanin <[EMAIL PROTECTED]>:
I think I'll fix xooki to make use of native eol, it will make our lifes easier. Does it sound right? Xavier
Yes, it's better if xooki use native EOL. It will allow to set the svn eol-style property to native, which is the default value for other apache project. Note that the problem is also visible when providing diff when you are on a windows platform. Indeed, with a svn-style property set to native, the original files use CRLF. After a modification (before the xooki fix) the file contains only LF. A diff without the correct parameter will say that all the text has changed. The two solution to that are : - put LF in the svn property with xooki using LF (the current situation) - put native in the svn property with xooki using native EOL. The second is better as it follows the apache standard for html files. -- Gilles SCOKART
