-1

I just shelved some changes in TFS. It worked, because I saw the results in the output window. I immediately tried to find the new shelveset. From the Pending Changes window, I selected Find Shelvesets under Actions, and saw my correct username, but no shelvesets were found.

Help.

Sorry, but this is all I have to go on...

Scott
  • 2,456
  • 3
  • 32
  • 54
  • WAIT! I got an error when shelving. A file I no longer used couldn't be found. Does this mean that the shelveset wasn't created??? – Scott Sep 17 '14 at 20:43

2 Answers2

0

try doing this from the command line, just in case Visual Studio has got into a mess. Browse to a folder mapped in a local workspace first. The command should open a dialog that lists the possible shelvesets.

tf unshelve

Stephen Connolly
  • 1,639
  • 10
  • 15
0

My comment to my own question has the answer. It didn't create the shelveset because of errors. Duh!

Scott
  • 2,456
  • 3
  • 32
  • 54