Search code examples
visual-studiotfsvisual-studio-2017tfvc

How do I delete old shelvesets from TFS?


Visual Studio 2017's "Find Shelvesets" TFS command displays:

Results (showing 100 of 392)

How do I access the other 292 items?


Solution

  • Either use the commandline to list them all:

    tf vc shelvesets
    

    And

    tf vc shelve /delete 
    

    to delete one.

    Or download the TFS Sidekicks which provides a dedicated UI for a number of clean-up actions, including old shelvesets.