In Perforce, what is a \"shelved\" file?What is the purpose of shelving a file that is open for edit in the 开发者_运维问答workspace?From the Perforce documentation:
Is there a way to compare 2 shelves in TFS without having to 开发者_如何学JAVAresort to unshelving both in separate workspaces and diffing the files?I was looking for the same i.e. to compare the cont
H开发者_开发百科ere\'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.
Currently I am working on a project that uses TFS as source control.I am in the mid开发者_开发百科dle of implementing a piece of functionality, but am blocked by work that needs to be done by outside
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 o开发者_运维百科ut our branching process for future enhancements.