On 24/04/2016 13:32, sebb wrote:
==
The intention is that Zip archives have the EOL setting appropriate
for Windows (CRLF) and Tar has EOL=LF as used on Unix.
Therefore if you compare the contents of the source tar archive with
the SVN tag workspace on Unix it should agree exactly (no need to
allow for EOL differences).
Likewise if you checkout the SVN tag on Windows, it should agree
exactly with the contents of the source Zip archive.
Ok I've found the EOL issue (LF/CRLF) when I make a svn export from
trunk (on Windows) and compare with the source Zip archive.
A lot of *.java/*.html (inside src dir)/*.xml (new file since 2.13)
files with no svn eol props to native. I've fixes this issue with my
recent commit today (specially 1740702)
Now the source archive == svn export on Windows
Linux, no difference too, except the mode number on shell script (755 on
svn vs 644 on source archive : expected)
So I think, we are ready to make the 3.0 RC3.
Milamber
PS. @commiters/PMC JMeter:
Have you add this svn config [1] on your machine?
https://www.apache.org/dev/svn-eol-style.txt