Unshelving in TFS: What does it mean?
Posted
by lividsquirrel
on Stack Overflow
See other posts from Stack Overflow
or by lividsquirrel
Published on 2010-02-24T20:16:54Z
Indexed on
2010/03/11
19:59 UTC
Read the original article
Hit count: 721
Here's the part I get: When you shelve in TFS, it makes a server copy of the changes so they are not lost, but does not check them into the source code trunk/branch you are working on.
Question: Under what circumstances would you use the "unshelve" feature? Does it mean it will remove the shelveset from the TFS server? Can you do a get from a shelveset? Or is it really just a diff description between the shelveset and the "real" source code?
© Stack Overflow or respective owner