> This is weird. In the last commit, I changed one line only, and there is this 
> huge diff below.


This is caused by the line endings changing, in 1576531 the Unix line endings 
are replaced with Windows line endings:

http://svn.apache.org/viewvc/pdfbox/trunk/pdfbox/src/test/java/org/apache/pdfbox/util/TestImageIOUtils.java?r1=1576489&r2=1576531

Then in 1576536 , they are changed back to Unix line endings again:

http://svn.apache.org/viewvc/pdfbox/trunk/pdfbox/src/test/java/org/apache/pdfbox/util/TestImageIOUtils.java?r1=1576531&r2=1576536&pathrev=1576536&view=patch

Your svn client needs to be configured using the EOL style from 
http://www.apache.org/dev/version-control.html#https-svn-config If you’ve 
already done this then your IDE might have its own SVN configuration hiding 
somewhere.

Cheers

-- John

Reply via email to