I had to move my Eclipse workspace from Linux to Windows when my desktop crashed. A week later I copy it back to Linux, code happily, commit to CVS. And alas, windows newlin
To recursively remove the carriage returns (\r) from the CVS/* files in all child directories, run the following in a unix shell:
\r
find ./ -wholename "\*CVS/[RE]\*" -exec dos2unix -q -o {} \;