I’m using MyEclipse 6.5 on Linux, Ubuntu 8.04. If I edit an XML file or JSP (I think anything with tags) and then try to sync with a SVN repository, the diff of my local version and the remote file indicates that the whole file has changed; it doesn’t give a line-by-line comparison. The repository contains files that were edited on Windows. The reason I’m starting to think it’s a MyEclipse issue is because if I edit files with Emacs and then do an SVN diff outside of MyEclipse, it’s fine. It seems like as soon as MyEclipse touches the file, it gets corrupted or something.
Is this a line break issue? Encoding? I’m at the end of my rope here. Thanks.