tags:

views:

110

answers:

1

I am a lone developer, and I am now using TFS 2010, having until recently used VSS. I have not found it easy to get any books for beginners to help me use this. So I have now got my project in source control. But when I check in I get references to a number of files that I no longer use. How do I remove files from the TFS Source Control repository?

A: 

In Source Control Explorer in Visual Studio, simply right-click on files and folders and choose "Delete". Then right-click again and choose "Check-in pending changes".

LordHits
I delete the item as you suggest, and then I check in the whole project (nothing about "Check in pending changes").However when I check in, I get a whole list of items on my screen that I do not want to see. How do I get rid f them?
arame3333
You may be seeing pending changes from areas outside of your project.
LordHits