TFS creates a $tf folder with gigabytes of .gz files. Can I safely delete it?

TFS keeps a hash and some additional information on all file in the workspace so that it can do change tracking for Local Workspaces and quickly detect the changes in the files. It also contains the compressed baseline for your files. Binary files and already compressed files will clog up quite a bit of space. … Read more

What’s the difference between git-tf and git-tfs?

Disclaimer: I started the git-tf project and although the project is now in very capable hands without me as a frequent contributor, you should absolutely consider my opinions on this to be strongly biased. (And, assuming you’re on Windows, perhaps unexpected.) There are two fundamental differences between the two tools: git-tfs was built for Windows … Read more

What are the big differences between TFVC (TFS Version Control) and Git for source control when using Visual Studio 2013?

Update Since 2013 a lot has happened: Microsoft has added ssh support to Team Foundation Server, Azure DevOps Server and Azure DevOps. Visual studio 2019 16.8+ ships with a completely revamped git client. Microsoft has moved its own internal products off of TFVC. Windows and Office sources now live in Git in Azure DevOps. Microsoft … Read more

How to have TFS 2010 detect changes done to files outside of Visual Studio?

TFS has a “Reconcile” command for this: Open the Source Control Explorer Right-click on the folder with the changes and choose Compare Select the files you want to reconcile (press CTRL+A to select all files) Click on the Reconcile button Set the options in the Reconcile Folder Differences dialog. Make sure Files that do not … Read more

tech