Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Item does not exist when check in TFS

I use VS 2013 to check-in a file to TFS 2012 and get the following error:

The item $/MyTeamProject/MyProject/MyInterface/IAllocationBLL.cs does not exist at the specified version, or you do not have permission to access it.

Other files just work fine. I notice that the Last Check-in date is missing.

enter image description here

If I undo this file, it then disappears on TFS. When I edit this file again, it back to TFS and still missing Last Check-in. I still get the same error checking in this file. Any advice would be appreciated.

like image 959
walterhuang Avatar asked Nov 27 '13 02:11

walterhuang


1 Answers

The best method is to save the file as a backup outside, and undo it, check in the whole project, then add the file to the project again.

like image 169
Teddy Avatar answered Oct 01 '22 22:10

Teddy