Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

58
votes
3answers
8k views

Can I unshelve to a different branch in tfs 2008?

Let's assume that some developer in my team shelved his changes that he did in branch A. And I am working on branch B. Can I unshelve his changes into branch B? (By GUI or command prompt)
10
votes
3answers
2k views

Unshelving in TFS: What does it mean?

Here's the part I get: When you shelve in TFS, it makes a server copy of the changes so they are not lost, but does not check them into the source code trunk/branch you are working on. Question: ...
5
votes
1answer
1k views

hg unshelve not working

Our team is just getting started with Mercurial. One of the first things we've started to play with is hg shelve. Locally, I have no problem shelving changes. It all works perfectly from what I can ...
2
votes
1answer
152 views

How do I checkout a perforce shelf at the changelist it was shelved at?

I have a perforce shelf that's CL 1000. It was shelved by someone else at some unknown CL X. I'm at CL 2000. I'd like to sync to whatever X is and unshelf 1000 so my code is exactly the same as when ...
2
votes
1answer
502 views

How can I instruct Perforce to merge instead of overwrite or revert when unshelving a file?

How can I instruct Perforce to merge changes into an existing, open, and modified file in the workspace when unshelving a file shelved in the depot? The only options that Perforce appears to offer ...
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
0answers
55 views

TFS Power tools Migrate doesn't actually migrate

I would like to migrate a shelveset from one branch to another. Here is my command: tfpt unshelve MigrateShelf /migrate /source:"$/Code/OldBranch/Source" /target:"$/Code/NewBranch/Source" When I ...
0
votes
3answers
4k views

TF203015 The Item $/path/file has an incompatible pending change. While trying to unshelve

I'm using Visual Studio 2010 Pro against Team Server 2010 and I had my project opened (apparently) as a solution from the repo, but I should've opened it as "web site". I found this out during ...