The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
4answers
233 views

Perforce: move shelved files from workspace to backup

I have some old shelved files in long-standing pending Perforce changelists that I'll probably never submit. I'd like to get rid of those changelists because they're polluting my space, but I don't ...
0
votes
1answer
136 views

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 ...
1
vote
2answers
261 views

perforce shelve examples

I have codelines Foo v1 and Foo v2 checked out from the depot, where v2 was created from v1 by a p4 integrate command. I have some changes to Foo v1 which are not checked in (I don't want them to be ...
0
votes
1answer
102 views

TFS Meltdown - How can I recover shelved changes

I had my working folder set to a RAM drive. During the night there was an extended power outage, the UPS ran out and my machine went down. Thankfully I shelved my changes before I went home and that ...
1
vote
2answers
465 views

How to download TFS shelveset

I need to download a shelveset from TFS to a local folder. Is there any tools or add-in for Visual studio 2010 to download shelveset
3
votes
1answer
312 views

TFPT Unshelve migrate not working

I know this has been asked before, but as there were no answers, I'm asking again. I'm trying to migrate a shelveset from one branch to another. I'm running the following command, from within the ...
2
votes
1answer
115 views

Simple git-tfs unshelve kicking back “The system cannot find the file specified”

I have quite a bit of work in a TFS shelveset and wanted to switch to using git-tfs. Things started smoothly, but I'm stuck on the error below. Here was my sequence, working from an empty directory. ...
1
vote
1answer
105 views

is there a way to manually apply the diffs in hg unshelve -i output?

hg shelve did it again - even after applying the patch described in hg unshelve not working (which worked happily for about a month), shelve just "lost" all my changes again. I see the name of my ...
5
votes
1answer
832 views

How can I use Perforce Shelving to have one person create a change and another person submit it?

I want UserA to be able to create a changelist in Perforce and then Shelve it. I would then like UserB to be able to unshelve that changelist and submit it. This sounds simple, but Perforce ...
2
votes
2answers
239 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
241 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 ...
2
votes
1answer
911 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 ...
4
votes
2answers
2k 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 ...
7
votes
4answers
11k 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 ...
13
votes
1answer
2k 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 ...
16
votes
3answers
5k 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
5k 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 ...
79
votes
4answers
14k 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)