Tagged Questions
The shelveset tag has no wiki summary.
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 ...
2
votes
1answer
3k views
TFS : Can a shelveset be restored to another location?
I have the following scenario:
A user shelves some changes. Time goes by and a new branch of the product is created. Later, it is determined that the shelveset contains code, that we will need in the ...
1
vote
1answer
142 views
How can I get only the shelvesets pertaining to a specified branch/folder?
I'm trying to list all shelvesets in a branch regardless of owner. I see that I can use QueryShelvesets(null, null) to get all shelvesets from version control, but I don't see how to specify the ...
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?