I've been trying to get SVN working in Eclipse (3.3), and it seems that changes to my files are simply ignored. If I add or remove a file, then the filenames are properly marked with the "changed file" icon, and I can commit the changes. However, I can edit any file in my project and add or remove text without Eclipse marking the file as needing to be committed. I can even do a compare with > latest from repository and it tells me that there are no changes, even though I've clearly added or removed lines of code. I've tried upgrading Eclipse (I was previously using 3.2.1), tried uninstalling & reinstalling Subversive, tried using SVNKit instead of the native JavaHL client, and still nothing. In fact, I even tried Subclipse and saw the same exact behavior, so I have no idea what's going on here.
Has anyone seen this before? Thanks.