I have a big subversion repository and I discovered that many .py files (and maybe others) do not have the proper line endings, generating problems when checked out on different platforms.
How can I solve this without repairing them one by one?
Also how to I prevent others from corrupting the repository?