shelveset

How to get specific changeset version treated as changes relative to latest version?

和自甴很熟 提交于 2019-12-03 05:37:45
I rolled back a changeset. Now I need to check out the changeset that was rolled back with 'actualized' pending changes. So like everything is before the commit of the changes. When I get specific version with files override I see nothing in pending changes window. How can I get the state I need? Is it possible? After doing the "Get Specific version" you need to check out every file in the changeset manually (right-click, check-out). Be sure that you have the "Get latest on checkout" turned off. After that perform a get latest, which will prompt you to merge. This is going to be a more tricky

TFS: How do I view .cs files in the VS IDE when viewing details of a shelveset?

五迷三道 提交于 2019-12-01 05:51:24
For our code review process we open the details of a shelveset to see all files that have been worked on. Right clicking and choosing "Compare" works great for existing ( modified ) files. But, when a file has been added I just want to view the file. Double clicking ( or right click -> view ) opens .cs ( and .sql )files in notepad. When I try to open a .PRC file ( extension for our stored procedures ) I get a prompt that allows me to choose what program to use for viewing. Does anyone know how to get this prompt to show up for .cs files ( and all other files, for that matter ) Thanks!

Get Tfs Shelveset file contents at the command prompt?

限于喜欢 提交于 2019-11-29 07:08:38
I'm interested in getting the contents of a shelveset at the command prompt. Now, you would think that a cmdlet such as Get-TfsShelveset, available in the TFS Power Tools, would do this. You might also think that "tf.exe shelvesets" would do this. However, unless I've missed something, I'm appalled to report that neither of these is the case. Instead, each command requires you to give it a shelveset name, and then simply regurgitates a single line item for that shelveset, along with some metadata about the shelveset such as creationdate, displayname, etc. But as far as I can tell, no way to

Get Tfs Shelveset file contents at the command prompt?

一曲冷凌霜 提交于 2019-11-28 00:36:53
问题 I'm interested in getting the contents of a shelveset at the command prompt. Now, you would think that a cmdlet such as Get-TfsShelveset, available in the TFS Power Tools, would do this. You might also think that "tf.exe shelvesets" would do this. However, unless I've missed something, I'm appalled to report that neither of these is the case. Instead, each command requires you to give it a shelveset name, and then simply regurgitates a single line item for that shelveset, along with some