How to transfer a TFS workspace to another user

0

Well, I need to send my peddings changes to another user in the team foundation, by vs15 it is possible? I usually did a shelve and down on my other pc, however it was the same user in case, my ... Thank you guys!

    
asked by anonymous 06.10.2016 / 00:05

1 answer

2

In TFVC, this is exactly how developers share code! To do this, follow the steps below:

  • The first developer shelves normally.
  • Next the second developer will access in Team Explorer, and in the context menu (...) of Pending Changes, click Find Shelvesets
  • In the window that will open, in the first field, with the magnifying glass icon, enter the name of the Shelveset owner that you want to get, and the search will relate all of this user. Usually the network user name is used.
  • Just click on the Shelvetset you are looking for, it will open the details screen and make the unshelve.
  • This is possible because Shelvesets are not private, so try not to put things that you do not want others to see!

        
    07.10.2016 / 00:02