2006/3/9, anita kulshreshtha <[EMAIL PROTECTED]>: > John, > I have a similar problem. Some files that I checked > out from SVN have LF endings on my windows box. When I > create a patch all the LF lines are shown as '-' and > the same line are added with CRLFs. The patch becomes > very hard to read. How can I fix this?
It might be that it's something with my configuration, I guess. I can't understand why Eclipse formatting changes some of XML files with the different line endings that the file currently has. So, when I commit such modified sources, svn complains it can't do that due to the mixture of line endings in a file. The simple '%s,^M,,g' does the job very well. Could you list the files you have line ending issues with? Is there a command in Maven to fix these line endings problems or ensure that it doesn't pop up again? > Anita Jacek -- Jacek Laskowski http://www.laskowski.org.pl
