Ferdinand Soethe wrote:

Have now taken the time to find and incorporate the setting for the
line endings (different in windows of course). I you still come across
faulty ones I need to stop using subsclipse.

you might find this shell script for windows useful:

for /r %A in (*.xml) do dos2unix %A
for /r %A in (*.xml) do svn propset svn:eol-style native %A

Reply via email to