Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do i remove files from the Pending Changes list in TFS when those files have been deleted locally

Tags:

as the question says...does anyone know how I can remove these files? I didn't commit the changes in TFS before I deleted them locally and now they always appear in the Pending Changes window...I'd like to get rid of them

thanks

like image 939
kurasa Avatar asked May 05 '10 05:05

kurasa


People also ask

How do I get rid of pending changes in TFS?

Right-click on the file in the Pending Changes List, choose Undo. Save this answer.

How do I permanently delete a file in TFS?

Use the tf destroy command to destroy, or permanently delete, version-controlled files from Team Foundation version control. The destroy action cannot be reversed. You must not destroy files that are still needed.

How do I delete a file from source control in TFS?

To delete an item In either Solution Explorer or Source Control Explorer, browse to the folder or file that you want to delete. Select the items that you want to delete, open their context menu (right-click), and choose Delete.


1 Answers

Right-click on the file in the Pending Changes List, choose Undo.

like image 113
Brian Fenske Avatar answered Sep 21 '22 09:09

Brian Fenske