Reputation: 11
I am working in a company who is using TFS'12 for keeping track of PDF versions. The problem is that they are running out of space VERY quickly. I suppose this is because TFS use SQL Server and SQL Server treats every pdf as a BLOB object.
The question is: is it possible to use TFS for doing version control on files that do not contain code (images, pdfs, videos, etc)?
Upvotes: 0
Views: 115
Reputation: 161773
It is quite possible to use TFS for this purpose. Make sure that the space situation is due to increase in data space, not log space.
Upvotes: 1