WML
WML

Reputation: 185

Cannot see TFS changeset history

I ma using TFS 2015 on Visual Studio 2010 with SP1. I was able to do check-ins and outs at the beginning and viewed the changeset history and then I copied the files to a different location and then suddenly I can't see FURTHER histories any more even though I can still doing my normal check-ins/outs. Not sure what happened...

I have tried the following:

My other colleagues do not have this problem. Can anyone suggest what I can do? Thanks. WM

Upvotes: 0

Views: 979

Answers (2)

Angshuman
Angshuman

Reputation: 707

Also, before remaping remove the below cache: %localappdata%\Microsoft\Team Foundation\5.0\Cache SO the complete steps will be : 1 - unmapped all project

2 - [Remove workspace][1][1]: https://msdn.microsoft.com/en-us/library/ms245474(v=vs.100).aspx

3 - delete the cache folder @: %localappdata%\Microsoft\Team Foundation\5.0\Cache

4 - remap project and Get Latest Version

Upvotes: 1

Cedric Michel
Cedric Michel

Reputation: 520

Try that :

1 - unmapped all project

2 - [Remove workspace][1][1]: https://msdn.microsoft.com/en-us/library/ms245474(v=vs.100).aspx

3 - remap project and Get Latest Version

Upvotes: 0

Related Questions