Tagged Questions

62
votes
4answers
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: ...
2
votes
2answers
34 views

How to get the correct Version when unshelving older Shelvesets in TFS?

I just wanted to unshelve a shelveset which has been added some days ago. Meanwhile, somebody else has successfully checked in new versions of files contained in the shelveset. As there exists a ...
1
vote
0answers
63 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
0answers
10 views

Unshevling shows error message

I am trying to unshelve a shelveset, created by my teammate. However, I am getting an error message: "Object reference not set to an instance of an object" I have permission to Checkout and Check ...
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 ...