How can I fix the SVN import line endings error?
问题 I have to import an huge SVN repository that I have to transfer from one server to another. So I exported it from the old server: svnadmin dump . > archive.svn and imported it on the new one: svnadmin load . < archive.svn In the middle of the import process I got this error: Cannot accept non-LF line endings in 'svn:ignore' property How can I fix this? I have full control of both servers. 回答1: Have you changed the server version? This is a known issue in 1.6, and causes problems when going