I think the problem is that compares against SVN aren't taking EOL into account. The file in Eclipse on my windows box has windows line-endings, and the file being compared against in the repository has unix (native) line-endings.
Whatever the reason, diffs in Eclipse on Windows show every line as different until "ignore whitespace" is chosen. On 11/29/05, Simon Kitching <[EMAIL PROTECTED]> wrote: > Mike Kienenberger wrote: > > Simon, > > > > I had to merge in the myfaces_sandbox.tld file changes I made, and it > > looks like it may have missed some of your whitespace changes. Sorry > > about that, but it's very difficult under Windows to detect whitespace > > changes, since SVN whitespace differs from the checked-out whitespace > > due to all of the EOL differences. > > > > If it's not easy for you to reapply the change, let me know, and I'll > > try to figure out a fix tomorrow. > > Thanks for letting me know. It's pretty much a search-and-replace so > I've just reapplied the changes. > > However SVN handles whitespace cross-platform issues nicely in my > experience. I can understand problems updating when someone has changed > the svn:eol-style property on the file, but I don't know why you're > experiencing problems with "normal" whitespace changes. I hope you can > figure it out... > > Cheers, > > Simon > >
