Hello there,
I think this is hard to describe, but I will try:
We're using Subversion an Buildtools. When we make a Build from our Project, several files will be overwritten, of course. So the timestamp of these files changes, but the content might be the same as before.
An svn diff will display the following for exanple: - test.txt changed - 100 lines removed - 100 lines added
Is there a possability to make subversion only look at the content of files and ignore the timestamp of files?
Thanks!