TFS has a funny habit of mixing case in folders. For example, some developers may check $/FooBar/readme.txt, while others may check $/FooBar/readme.txt.
Is there a way to get TFS to treat files / folders as case sensitive?
For example, if a folder $/FooBar/already exists when someone adds $/foobar/readme2.txt, the cover of the folder will be updated to $ / FooBar / readme2.txt since it already exists.
For the most part, users will not notice this, but internally in the TFS database this can cause confusion in other tools (e.g. git-tfs ).
syvex source
share