Quick and simple question I did not find an answer for:
How does TFS store binary files? I know that for text files it stores the complete content of the latest version and diffs to its predecessors. Does the same apply for binary files?
Thank you!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
No. Each time, new complete copy of a binary file is stored.
Update. Actually seems like I was partially wrong about this :-). TFS does stores deltas for binary files, but only if they are smaller then
deltaMaxFileSizeconfiguration value stored in web.config file which have default value of 16 Mb.