Subversion and the incoherent linebreak problem
When trying to commit code into a subversion repository, and if the code you want to submit comes from third parties, you might occasionally run into the error "incoherent linebreak".
This is due to people editing files from Windows, Linux and Mac, which all have different line break characters. Under Windows, it's rn, under Mac it's r and finally under Linux it's n.
Depending on what system you are usually using to commit your code to SVN, you should replace all the others for yours.