Tagged Questions

5
votes
3answers
765 views

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

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 ...
3
votes
3answers
372 views

Get Tfs Shelveset file contents at the command prompt?

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 ...
3
votes
3answers
202 views

How to save diff to reuse later - the feature similar to shelveset in TFS?

I make some changes to a file but realize that I need to modify it in other way - this requires me to temporary save my current changes elsewhere and apply it later. How can I do this in ...
0
votes
1answer
70 views

Is it wise to replace the trunk for shelvesets?

We're currently migrating from SVN to TFS; Today there are Trunks, Branches and Tags to track and organize our development. But we are questioning the need of a trunk while we have shelvesets, and ...
0
votes
1answer
105 views

How can I do something like “tf.exe shelveset <shelvesetname> <username>” from VS2010 command prompt?

I am using Visual Studio 2010, connected to Team Foundation Server. The following command works for change sets: tf changeset 12345 What is the equivalent command that works with a shelve set?