Top "Tfvc" questions

Team Foundation Version Control (TFVC) is the centralized version control system option in Microsoft Visual Studio Team Services (VSTS) and Team Foundation Server (TFS).

Git vs Team Foundation Server

I introduced Git to my dev team, and everyone hates it except me. They want to replace it with Team …

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

There are tons of questions and answers about Git versus TFVC Source Control, but no current answers cover the integration …

git visual-studio tfs azure-devops tfvc
TFS: How can you Undo Checkout of Unmodified files in a batch file

We use a batch file to generate code, and it automatically checks out the generated files from Team Foundation Server (…

tfs version-control tfvc
How to have TFS 2010 detect changes done to files outside of Visual Studio?

I'm using Team Foundation Server 2010 with Visual Studio 2010. Whenever I modify a file outside of Visual Studio, TFS doesn't seem …

visual-studio visual-studio-2010 tfs tfvc
Access Denied on TFS - PendChange permission

When I try to check out a file from TFS I get the error TF14098: Access Denied User [username] needs …

tfs tfvc
How to move a project from Git to TFS in Visual Studio

I have a project that I've been working on for some time now and I just cannot make Git work …

git visual-studio tfs tfvc
Is there a way to compare two branches for differences/file versions in VS2010?

Does anyone know if there is a way to check if code from production hotfix branch is not newer than …

visual-studio-2010 tfs diff tfvc
How to query all the files checked out by a user in Visual Studio 2012 TFS

This question is not a duplicate of Other users checkouts are not visible in Source Control Explorer (TFS Express) In …

visual-studio-2012 tfvc
How do I permanently exclude the bin and obj folders from TFS 2012 checkin?

I mucked around with TFS settings and I accidentally included the bin and obj folders for TFS 2012 checkin, and even …

visual-studio-2012 tfvc
Visual Studio 2015 TFS .tfignore file

I want to ignore a folder (and its content) in a visual studio 2015 solution from beeing checked-in into tfs. I …

tfs visual-studio-2015 tfvc