hellogoodnight
hellogoodnight

Reputation: 2139

TFS: Force update does not work

My objective is to get the files in the TFS into my local computer. The computer I am using has previously been used by someone else, which I assume is the root of my problem.

I connect to the server, and in Source Control Explorer I find the folder that I want to download. I right click it, and a popup with the following pops up:

Source Control Explorer
All files are up to date.
No files were updated because the requested file versions were previously downloaded.
To force an update, use the "Get Specific Version" command with the "Overwrite all..." option checked.

Ok, so I do this, as is also suggested in this question on StackOverflow. It gives exactly the same result. I tried all different combinations of checking and unchecking the boxes.

I also tried to delete the workspace, and cleared the caches for Visual Studio and Team Foundation.

What should I do?

Upvotes: 1

Views: 3053

Answers (1)

hellogoodnight
hellogoodnight

Reputation: 2139

Problem solved. I was not yet added to my team on the Team Foundation site. Wierd that I could still see all the code.

Upvotes: 3

Related Questions