Questions tagged [shelveset]

TFS Shelvesets are a way to store changes that aren't ready to be checked in yet, such as for saving progress before switching to another project.

Shelvesets in are a way to store changes that aren't ready to be checked in yet, such as for saving progress before switching to another project.

See Microsoft's official documentation of Shelvesets for more info.

70 questions
1
vote
1 answer

VersionControl TFS API Get shelved items programatically c#

We have implemented TFGet to download the latest items, give TFS URL,TFS Path and Local Path. Need to implement code to unshelve the shelveset details if selected shelveset while buiding in the build definition. ItemSet = VcsRef.GetItems(TfsPath,…
1
vote
1 answer

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 could just shelve the pending activities and…
Conrad Clark
  • 4,533
  • 5
  • 45
  • 70
1
vote
1 answer

How to make TFS vNext Builds to delete gated-checkin-shelvestes after successful build?

In XAML Builds, the temp-auto-created shelvesets of Gated CheckIn builds, disappear automatically after the checkin. In vNext - they aren't. Is there way to make them disappear automatically after successful checkin-build?
Yaakov Shoham
  • 10,182
  • 7
  • 37
  • 45
1
vote
1 answer

How to download TFS shelveset via browser

Is there an option or plug-in for TFS-Server to provide download the shelveset via browser. TFS 2013 Regards raiserle
raiserle
  • 677
  • 8
  • 31
1
vote
1 answer

How to abort an Hg merge without losing working copy changes?

Last night I started a merge; and forgot to commit it. Later on I made some changes to the working copy. Today I no longer want that merge at all (as I'll merge on a newer revision), but I want to keep the local working changes. The changes are…
user2864740
  • 60,010
  • 15
  • 145
  • 220
1
vote
1 answer

Remove shelveset from local workspace

Obviously I am too dumb to find the answer on google or even here. So please help. I have unshelved a shelveset in TFS. Worked with this shelveset in my local workspace but know i want to get rid of the shelveset. What I want is remove the files of…
floquet22
  • 323
  • 2
  • 15
1
vote
2 answers

TFS: How to determine which changeset a shelveset is based on?

So in a typical workflow of a developer, it goes something like this: You sync your workspace to some changeset, do some work, shelve changes you've made. My question is, internally, when you create a shelveset, does TFS keep track of which…
igbgotiz
  • 892
  • 1
  • 8
  • 28
1
vote
1 answer

Restrict others from viewing TFS shelveset

Is there a way to restrict other users\my team members from viewing the shelvesets created by me?
user1928158
  • 173
  • 1
  • 9
1
vote
1 answer

How to allow shelving but not checking-in?

Is it possible to grant a second developer the right to create shelve sets without allowing him to check-in or commit the changes directly to the code base? If yes, how to do it?
Moslem Ben Dhaou
  • 6,897
  • 8
  • 62
  • 93
1
vote
1 answer

Queue a build from branch B with shelveset from trunk A

I'm trying to get a tfs build with a specific shelveset. I need a build of branch A and the shelveset from Branch B. When I right click the build definition of branch A and select 'Queue Build' I can choose 'latest source with shelveset' and…
chen
  • 131
  • 1
  • 1
  • 11
1
vote
0 answers

Shelveset for webstorm with TFS plugin

TFS plugin for webstorm doesn't support creating Shelveset on server. Is there any other plugin available to do that? Thanks.
Imad
  • 179
  • 3
  • 12
1
vote
0 answers

The shelveset associated with the gated check-in ticket does not exist or does not match the value provided in the request

Our gated check-in build with tfspreview.com/visualstudio.com hosted version control using Visual Studio 2010 was working great until a few days ago when we started getting the following error: "The shelveset associated with the gated check-in…
Neil
  • 11
  • 2
1
vote
1 answer

VS2012 Find Shelvsets, show comment

In Visual Studio 2012, the Find Shelvsets window, how can I customize the result list? The name of the shelvset and the date are displayed, but I would like to see the comments and full timestamp as in VS2010.
Attila Szasz
  • 3,033
  • 3
  • 25
  • 39
1
vote
0 answers

Get code review status for a particular shelve set

I am working on Build definition, where i have requirement to pull code review status for a particular shelve set. When i trigger a new Build with particular Shelve Set i need to check code review status is completed for that particular shelve set.…
1
vote
1 answer

Find number of lines of code changes in TFS Shelveset

Is there a way to find the number of lines of code changes(from the latest version in the server) in a TFS shelveset. I want this for code review purpose to find the total ELOC for a particular shelveset file.
Kris
  • 640
  • 1
  • 11
  • 28