diff - TFS commits unchanged files -


we're using ms visual studio 2008.

tfs seems take account creation date of file or something, determine whether files should committed.

is possible make tfs test on filename , content?

  • i check out xml or txt file
  • i copy content
  • i open notepad , paste
  • i save file using same name, , confirm overwrite
  • i commit: tfs by default selects file committing

although name nor content has changed.

our concrete use case:
nightly run script generates xml files (overwriting existing files) , commits them. commit ones changed keep history clean.

thanks in advance!
jan

when perform check-in of file, have @ changeset created in history view. tfs check contents of files uploaded , include file in changeset if md5 hash of file different last version in version control.

is not see? have multiple versions of same file identical in content? if - extension files have? .xml or else?


Comments

Popular posts from this blog

c++ - Convert big endian to little endian when reading from a binary file -

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

unicode - Are email addresses allowed to contain non-alphanumeric characters? -