I’ve manually deleted some files/folders in my workspace. How do I pend deletes for those items in my TFS workspace and get those deletes to be reflected in the repository (via command line or programmatic API).
I’ve manually deleted some files/folders in my workspace. How do I pend deletes for
Share
You should be able to use the
tfpt online /deletescommand from the Team Foundation Server Power Tools. It will prompt you to “promote” any untracked local changes that not in the Server Workspace.