user2919928
user2919928

Reputation: 1

In online TFS how to see my shelve-sets and check-in

Recently my project moved to online TFS before that we used server differed. How can I see my shelve-sets and check-ins.

Please can anyone help to take my shelve-sets into my local machine.

Upvotes: 0

Views: 451

Answers (1)

Just TFS
Just TFS

Reputation: 4787

From the team explorer window Home screen

Teameplorer home

For Shelve Sets: Click on Pending Changes, and then actions

Pending Changes

Click on Action and then choose Find Shelvesets, here you can search for shelvesets by user name, you can also see the same information through the web interface (at least you can with on premise TFS) Find Shelvesets

You can then right click on a shelveset to download / delete etc. Manipulate shelveset

For your changes:

From the Team explorer click on Source Control right click on a folder, root or below and then click history. this will show you all of the changes that have occured, you can then drill down into each one to see the changeset that updated the files

View History

Upvotes: 3

Related Questions