Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

seeing changes in shelve in TFS2010

Tags:

tfs

shelve

I am using TFS 2010. I have to review code which is shelved by other developer before checkin. How can we do this in TFS2010 so that I can get his changes and review. Thanks!

like image 838
venkysmarty Avatar asked Jul 12 '12 05:07

venkysmarty


People also ask

How do you get shelved changes in TFS?

To shelve your current pending changes, right click the project, Shelve, add a shelve name. This will save (or Shelve) the changes to the server (no-one will see them) You then do Undo Pending Changes to revert your code back to the last check-in point.

How do you check changes in TFS?

Right-Click In the File List, right-click the file you want to check in and select Source Control > Check In (for selected files) or Source Control > Project > Check In All (for all files in the project). Local Toolbar In the File List, select the file(s) you want to check in.

What does Unshelve changes mean?

Unshelve changes Unshelving is moving postponed changes from a shelf to a pending changelist. Unshelved changes can be filtered out from view or removed from the shelf. In the Shelf tab, select the changelist or the files you want to unshelve.


1 Answers

All you have to do is:

  • Press "Unshelve" on Pending Changes tab
  • Find shelvest by typing "Owner Name" - the other developer tfs user name.
  • Unshelve it.

enter image description here

like image 138
Harry Avatar answered Oct 05 '22 00:10

Harry