I'd like to listen to updates to files in order to update an internal
model if the content has changed when the user updates files through a
team synchronization (i.e., SVN or CVS).
My first thought was to listen to resource changes in general, but then I
also get informed when my own applications just writes these files.
Is there any hook or listener I could use to get informed when the user
updates via team synchronization?