TFS Conflict Type: Writable File – A writable file by same name exists locally

tfsversion controlvisual studio 2010

I'm trying to get latest of my project. When I do, TFS shows me that I have conflicts on every single file in that project. Every file has the same conflict: Conflict Type: Writable File - A writable file by same name exists locally.

The resolution it gives me is "Overwrite Local File or Folder" but I have to do this one by one.

Why does TFS thinks that I have conflicts (I haven't changed any files)?

Best Answer

The Visual Studio 2010 conflict resolution dialog supports multi-select.

If you select the first conflict, hold down Shift then select the last conflict, the "Overwrite Local File or Folder" resolution will be applied to all the selected conflicts.

You can also use the command-line tool tf resolve /auto:OverwriteLocal to resolve the conflicts.