Saturday, November 15, 2014

Deleting a folder in TFS

http://stackoverflow.com/questions/2655505/deleting-a-folder-in-tfs

Deleting a folder in TFS is a little strange.
You have to:
  • Create a Workspace
  • Get the latest source for the folder (to your local machine)
  • Inside Source Explorer, delete the folder
  • Check in your changes (this is the step that deletes the folder in Source Control)

No comments:

Post a Comment