如何从挂起的更改中删除已删除的文件

问题描述:

我的VS2013带有适用于VS的Team explorer。

I have VS2013 with Team explorer for VS.

我是Team Explorer的新手 - 学习

I'm new to Team Explorer - learning

我有一个项目签入作为我做了一些更改的基线。当我查看挂起的更改时,它会显示已更改文件的列表。 

I have a project checked in as a base line to which I have made some changes. When I view pending changes it shows me the list of changed files. 

有些是我添加到解决方案中的新文件,然后删除了从未签入的文件。

Some are new files that I added to the solution and then removed that were never checked in.

团队资源管理器将这些文件列为已更改的文件。  我无法检查它们(添加),因为它们被删除,我试过,我得到一个文件未找到错误。  如何从待处理的更改列表中删除文件?

Team explorer lists these files as changed files.  I can't check them in (add) because they are deleted, I tried and I get a file not found error.  How do I remove the files from the pending changes list?

(我试过"搁置"并找不到文件)

(I tried "shelve" and also got file not found)

我已将它们从列表中删除,方法是右键单击它们并选择" ;撤消&QUOT ;.  

I've got them off the list by right clicking them and selecting "undo".  

我想忽视它们,所以我希望这是撤消的。

I want to disregard them so I hope that's what undo does.