Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

12
votes
3answers
4k views

What is a Perforce “shelved” file?

In Perforce, what is a "shelved" file? What is the purpose of shelving a file that is open for edit in the workspace?
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: ...
9
votes
3answers
989 views

Shelving vs Workspaces in TFS

Currently I am working on a project that uses TFS as source control. I am in the middle of implementing a piece of functionality, but am blocked by work that needs to be done by outside resources. ...
4
votes
1answer
821 views

How can I easily diff/compare 2 shelvesets in TFS?

Is there a way to compare 2 shelves in TFS without having to resort to unshelving both in separate workspaces and diffing the files?
4
votes
6answers
3k views

Branching vs. Shelves in TFS

I've always used SVN in my past, and now that we have moved past the initial phase of a project we need to figure out our branching process for future enhancements. In reading up on this, we see that ...
2
votes
1answer
505 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
2answers
663 views

Question about shelving/unshelving in TFS

when you shelve / unshelve items in TFS, is it private? That is, can other people see what i've shelved and even unshelve that? If it is public, is it possible to make it private?
1
vote
2answers
128 views

Shelving and UnShelving TortoiseHG code on two seperate computers?

Can i shelve some code I've been working on, at work, with TortoiseHG .. go home .. pull/merge/update ... and then UnShelve and continue working at home? Does TortoiseHG offer this? At work, I ...
1
vote
1answer
176 views

How to access shelved source code from diff machine?

I shelved some source code from one machine into TFS. Is there then a way to access that code from another machine via TFS, or is it only accessible from the machine from which it was shelved?
0
votes
2answers
44 views

Is there a way to clear all of my TFS pending changes?

If I unshelve a shelveset, the "Pending Changes" toolwindow in Visual Studio will restore the files, the commit comment, and the associated work items I had set up when I shelved. If I change my mind ...